ThexDBMSsample shows you how use theTFDLocalSQLclass to implement a cross-DBMS query application. To this end, each queryable dataset must be registered with theLocal SQL engineusing theDataSetscollection property.Note: The Local SQL feature allowsexecuting SQL commands, where theTDataSetdescendants are used instead of the database…
Easily Improve Your Productivity With The Delphi Dev Shell Tools Windows Shell Extension
January 4, 2021
This Windows Shell Extension contains really useful tasks for Object Pascal developers. It creates right click options in Windows Explorer that really help you work with your Delphi projects to their fullest and save massive amounts of time. Go through the features and…
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…
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 theOptions.ResourceOptions.CmdExecModeproperty of theIFDPhysCommandinterface to one of the following execution…
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…
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 experience problems with the connection verify these parameters.
It requires InterBase to be installed on the machine or to…
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…
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 Android and IOS using Cross-Platform App Builder.
Location
You can find theWebBrowsersample project…