To continue our discussion of Linux development, let’s take a look at this incredible collection of sample projects available for download, which demonstrate some amazing functions that you can use on your Linux projects.
First, let’s look at how to install the sample pack on Delphi using the GetIt tool.
Open Delphi, go to menu Tools-> GetIt Package Manager, type FMXLinuxSample…
Easily Connect To SQLite Using FireDAC And LiveBindings In Delphi
January 12, 2021
This sample shows the use ofFireDACdatabase connection usingSQLite. Also, it shows how to use aTBindNavigatorcontrol.
Location
You can find theFMGettingStartedproject at:
Start | Programs | Embarcadero RAD Studio Sydney |…
Graphics32is a graphics library for Delphi. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphics primitives. In most cases,Graphics32considerably outperforms the standard TBitmap/TCanvas methods.
However, they are…
Quickly Create Cloud Aware Delphi And C++ Builder Windows Apps With IPWorks Cloud Storage Library
January 12, 2021
Cloud Computing and cloud services are now in demand. You can see every new application or system using cloud technologies like Azure Files, Amazon S3, OneDrive, or DropBox.
These services offer enterprise-grade and robust file-saving services. And you get easy-to-manage features on your data from these services.
Delphi community has several open-source libraries related to these…
World Famous Native Windows PHP IDE Is Built In Delphi
January 12, 2021
NuSphere PhpED is a powerful native Windows IDE for PHP and it is built in Delphi. According to the developer’s site it handles PHP, HTML, CSS, XML, SMARTY, XHTML, and more. Additionally, they state that it has a balanced combination of advanced code editor, reliable…
I have seen several complex embedded Delphi systems in several industries running smoothly. And they have used 3rd parts components or libraries for data communications. One of the best and known toolkits is the Async Professional which provides direct access to serial…
Learn How To Define Powerful Dataset Views Using Indices With FireDAC In Delphi Windows Development
January 11, 2021
The Indices sample shows you how to use the Indexes property of TFDQuery in order to specify a collection of indexes at design time and determine the data view of each index, including a sort order of the records. Moreover, you can sort the records on a specific field using the IndexFieldNames property. Click on a grid column title to sort its records at run time.
Location
You can…
Powerful Enterprise-Grade Authorization And Authentication Features For Your Delphi And C++ Builder Apps
January 11, 2021
IPWorks Auth Library provides embedding secure user authentication into the web, desktop, and mobile applications using C++ Builder or Delphi.
With IPWorks Auth Library you can easily create OAuth supported cross-platform applications easily. Moreover, the IPWorks Auth…
This sample shows how to use FireMonkeyimage lists. In theUsing TImageList Image Lists as Centralized Collections of Imagestutorial, this example is used:
Todemonstrate how to usetheImage List Editor.To describe the code implementing…
It displays a picture, which the user can rotate by pressing it with two fingers and rotating them. The image rotates in the direction that your fingers are pointing. The image rotates to the right when the fingers are rotated to the right. The image rotates to the left when the fingers are rotated to the left.
Location
You can find theImageRotationsample project at:
Start |…