DelphiNews

Deploying FireMonkey to HTML5 with FMXLinux on WSL2

The Windows Subsystem for Linux is the quickest way to get started with Linux deployment from Delphi (WSL). WSL2 now includes a full Linux kernel in Windows 10 Version 2004 (Build 19041), so debugging and everything works as expected. Install WSL2 (You can verify your build number via the System Information applet, but Build 19041 has been available for a while now.) Control…
Read more
News

Key Target Platforms Update

I wanted to share some interesting data following a recent presentation looking into Modern Windows development. 75% of Windows Desktops use Windows 10! Source: StatCounter Windows 10 is now used by 3 out of every 4 Windows desktop machines! This market share is…
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
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
CodeDatabaseDelphiRAD Studio

Build High Performance REST Services With This Server-Client EMS FireDAC Demo In Delphi

This sample demonstrates how to use an EMS package to extend the EMS Server to connect to an SQLite database using FireDAC components. he sample accesses an SQLite database. 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 connect to a remote…
Read more