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 withDelphi, performs static code analysis on your project’s source code to help you find bugs while you are developing. FixInsight seamlessly integrates into theDelphi IDE and outputs messages in the IDE’s Messages window. Roman reports: “I’m…
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 *.res} uses System.SysUtils, UnParseDproj in 'UnParseDproj.pas'; procedure ChangeDprojVersion; var DprojParser…
Read more
Delphi

Delphi VCL and FireMonkey: eBooks, Books, Tutorials and Courseware - a collection of links

We are often asked where developers and teachers can find books, courseware and tutorials available today that cover Delphi programming and Multi-Device FireMonkey app development. The great news is that there are more and more books appearing on Amazon, Lulu and online. Here is my latest list of books, courseware and tutorials from book shopping sites and developer sites. ebooks Mobile…
Read more
Delphi

Working with TMapView on iOS and Android with RAD Studio XE8

The new maps component in RAD Studio XE8 simplifies the addition of mapping functionality to mobile applications. TMapView provides map API access for iOS and Android. It makes use of the Google Maps Android API on Android and the Map Kit Framework on iOS. The key features of the TMapView component are: Four Types of Maps: Normal, Satellite, Hybrid and Terrain (Android only) Gesture Control…
Read more