When you become friends with RAD Studio and RAD Server, you will have a superpower and, you become a 10X engineer because with RAD Server you can easily create complex and scalable services-based applications with high productivity.
With the power of RAD Server, you can easily load Delphi and C++ business logic systems into RAD Server, add some users, and go. Moreover, REST/JSON end-points…
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…
Ultimate Solitaire Collection App Features Over 535 Different Games And Is Built In Delphi
January 1, 2021
BVS Solitaire Collection is the ultimate solitaire collection featuring over 535 different games and it is built in Delphi. This collection features solitaires not found elsewhere according to the developer. Plus you can modify rules of almost any of the included games, thus…
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.