CodeDelphiRAD Studio

Quickly Define APIDocAttributes To Easily Add Documentation To Your RAD Server Solutions

The sample consists of an EMS package that loads a new resource into the EMS Server provided with RAD Studio. The demo uses FireDAC components to access the Interbase databaseemployee.gdb. The connection parameters are defined in the TFDConnection component. If you experience problems with the connection verify these parameters. It requires InterBase to be installed on the machine or to…
Read more
DelphiRAD Studio

Learn How To Do Unit Testing In Delphi With The Powerful DUnitX Framework

Unit Testing is a type of software testing where specific units or segments of the software are tested. The goal is to validate that each unit of the software code executes as expected. Unit Testing is done during the development of an application by the developers. DUnitX is an open-source unit test framework based on the NUnit test framework, including some ideas from xUnit as well. The RAD…
Read more
DelphiRAD Studio

Easily Apply VCL Styles To Dialogs And More With Open Source VCL Styles Utils Project

The VCL Styles Utils is a Delphi library that extends the RAD Studio VCL Styles, adding unique features like the support for Classic and New Common dialogs, Task Dialogs, Styling of popup and shell menus, Non client area components, and much more. This library was used very successfully to apply styles more fully in Dev-C++. Features Vcl.Styles.Ext unit extended the VCL Styles…
Read more
CodeDelphiIDERAD Studio

Easily Customize The Syntax Editor Coloring In Delphi With The Third Party Delphi IDE Theme Editor

The Delphi IDE Theme Editor lets you customize the syntax highlighting editor within the Delphi IDE. Additionally, full source code is available for it as well. Delphi has this functionality built in but if you want more custom settings to get in there and really tweak the editor to be just how you like it take a look. Set and edit IDE color settings from scratch or import existing themes from…
Read more