CodeDelphi

Learn How To Embed C Source Code To Delphi FireMonkey Applications

In this CodeRage session, you can explore how to embed C code into a Delphi FireMonkey project. The demo was demonstrated by Marion Candau. Overview How to compile C code to embed into Delphi projectHow to link the C objects to the Delphi unitsHow to call C functions To compile C source code you can go with C++ Builder or other tools for instance Visual Studio. We have 2 options for…
Read more
CodeDelphi

Take Your Delphi VCL Apps To The Next Level With The Delphi Universal Component Library UWP Controls

Delphi Universal Component Library is the UWP controls for Delphi VCL. With this Delphi Universal Component Library, you can create UWP like programs easily. Delphi UCL gives you the ability to design modern user interfaces within Delphi VCL. The library is free and open-source on GitHub. The main library lies over on this repository, but according to the author of the project, there…
Read more
C++CodeDelphi

Quick Way To Bind Your Database To UI Components With BindLinkVCL Delphi Sample App

The BindLinkVCL Sample demonstrates the use of a TBindLink. In general, it is used for linking operations, for example, linking dataset fields to various lists. You can find Delphi and C++ code samples inGitHub Repositories. Search by name into the samples repositories according to your RAD Studio version. Components used inBindLinkVCLApp: TBindingsList:Built on…
Read more