The Sample is using the “Custom” list view item appearance value and configuring the appearance properties of list view items at design time. It also shows how to do this at run time.
When you run the application, it shows a list view. Each list item shows a detail text under its main label.
Tap theSet Propertiesbutton to change the appearance of the list view at run…
Learn How to Asynchronously Execute SQL In Delphi With FireDAC
January 2, 2021
TheAsyncsample shows you how to use theIFDPhysCommandinterface to configure the differentasynchronous execution modes. To this end, the sample uses a group of four radio buttons. Each radio button sets…
View PDFs On iOS With This Powerful Native PDF Library For Delphi FireMonkey By Winsoft
January 1, 2021
Introduction
Native PDF library supports iOS only. It uses PDFKit framework. In the next short you will find installation instructions on how to add the library in the Rad Studio.
2. Components in the Demo and what they do.
This Demo does not contain any…
High-Performance FastMath Library For Math-Intensive Applications On iOS, macOS, Android, And Windows
January 1, 2021
FastMath is a Delphi math library created by Erik van Bilsen, Co-Founder and Software Developer at Grijjy, Inc. It is optimized for speed, but that speed is sometimes at the expense of accuracy due to insufficient error checking. According to the library, it achieves good performance by using hand-optimized assembly code. One way it differs from what is built into the Delphi RTL is that accuracy…
Quickly Define APIDocAttributes To Easily Add Documentation To Your RAD Server Solutions
January 1, 2021
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…
Easily Establish an InterBase Temporary Connection Definition at Run-Time With Delphi
January 1, 2021
The InterBase getting started sample shows how to create a temporary connection definition at run-time with InterBase database. This sample allows the user to do:
Temporary connection definition at run-time.
Master-details relationship between datasets…
Easily Generate QR Code Images From Text On Windows In Delphi
December 31, 2020
If you need to include the generation of QR barcode images in your Delphi application, you might want to take a look at open source “DelphiZXingQRCode” – a Delphi port of the QR Code functionality in ZXing, an open source barcode image processing library.
DelphiZXingQRCode is a Delphi port of the QR Code functionality in ZXing, an open source barcode image processing library.
The main form of the Sample contains a TWebBrowser component that supports the basic functions of a web browser, such as: navigate to URL, go back and go forward.
In this post, you’ll learn how to easily load and display Web Content Cross-Platform In Delphi On…
Easily Optimize Multiple SQL INSERT Commands In A Single Step With Array DML In Delphi
December 31, 2020
TheBatchsample shows you how to use theArray DML executiontechnique to execute multiple SQLINSERTcommands in a single step to optimize database population performance. To this end, the sample uses theIFDPhysCommandinterface to…
Easily Apply VCL Styles To Dialogs And More With Open Source VCL Styles Utils Project
December 30, 2020
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…