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 ports, TAPI, and the Microsoft Speech API. It supports faxing, terminal emulation, VOIP, and more.
What can you do with a…
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…
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 theActnNextImageExecuteevent handler of theOnExecuteevent assigned to theAdd New…
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…
Fast Inverse Square Root in Delphi's Object Pascal
January 9, 2021
Does Delphi make you a better programmer? Is Object Pascal code more readable?
There is an algorithm with a mystery constant that rose to fame in John Carmack’s Quake III Arena C code for quickly estimating the inverse square root of a 32-bit floating-point…
Ultimate Movie Collection Organizer Software Is Built In Delphi
January 8, 2021
Movie Collector is a movie database software to catalog your DVD / Blu-ray collection and it is built in Delphi. It is part of the Collectorz.com suite of desktop software products for cataloging your movies, books, music, comics, and games. According to their site features include: Browse, sort and search your movie collection in various layouts and views, Easily add DVDs and Blu-Rays to your…
Delphi Redis Clientcan send all Redis commands and read the response using an internal parser. Moreover, many popular commands have specialized dedicated methods that simplify utilization.
This is the Redis Client interface used to connect, send commands, and manage…
Powerful Advanced Hashing Library For Delphi Windows Development
January 8, 2021
Delphi has its hashing unit which helps you to hash with a number of different hashes including MD5, Bob Jenkins, SHA1, and SHA 2 (SHA224, SHA256, SHA384, SHA512, SHA512_224, SHA512_256). But, if you need some other hashing algorithms for your project you can use a free…
This sample demonstrates how to use the filter feature ofTFDQuery.
To this end, the sample implements different preset filters. Moreover, you can edit your own filtering condition andapply the filter to a datasetin order to search for specific records.
Location
You can find theFiltersample project at:
Start | Programs | Embarcadero RAD Studio Sydney |…