Delphi

FixInsight version 2016.03, code analysis tool for Embarcadero Delphi, has been released

Author: Pierre-Jean Roman Yankovsky has announced that FixInsight verison 2016.3 has been released. FixInsight, compatible with Delphi, performs static code analysis on your project’s source code to help you find bugs while you are developing. FixInsight seamlessly integrates into the Delphi IDE and outputs messages in the IDE’s Messages window. Roman reports: “I’m happy to introduce the…
Read more
Delphi

Adding a style selector to your application

With RAD Studio 10 Seattle, we provide built-in default styles for iOS, Android, Windows and Mac. Additional styles can be found in the Styles directory installed with the product, and in the premium styles bonus pack. Adding a style selector to your application provides…
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…