Delphi

Change dproj file and product version

Author: Rubén Pozo If you have a project with automatic builds is posible that you want change the File/Product version of the file. Using the code below you can create a console application for to modify these values easily. program ChangeVersion; {$APPTYPE CONSOLE} {$R…
News

Migrating legacy C++ Builder Apps to C++ Builder 10 Seattle

  Migration Considerations – Unicode For the most part, your older C++ Builder source code and forms will import, compile, link and execute in current C++ Builder 10 Seattle, but you may need to make Unicode changes, and re-build 3rd party libraries, if these apply: Any…
News

RAD Studio 10 Seattle New Code Samples and Snippets

Author: Brian Alexakis     Windows 10 VCL Controls     Quickly and Easily Bring Your VCL App to Windows 10 Trusted by millions of developers worldwide, the VCL (Visual Component Library) is a set of visual components for rapid development of Windows applications in the…