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 the Redis server. Many methods are 1-1 mapping to the Redis command with the same name (eg. SET is a map to the Redis SET…
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…
TreeSize is a powerful file and disk space manager and it is built in Delphi. According to the developer’s site “The software analyses all stored data across your systems and visualizes the results in meaningful charts and statistics. Find out where your disk space has gone at a glance and take immediate action if necessary. For this purpose, TreeSize provides you with a wide range of…
Easily Access System BIOS Information From Windows With Delphi
January 7, 2021
Have you ever tried using registration keys to secure your application? If so, you’ve used various methods to accomplish this, such as generating a registration key based on the device’s serial number or something similar.
Or have you attempted to obtain all…
Enterprise Ready Localization Tool For Delphi VCL And FireMonkey
January 7, 2021
Soluling is a new kind of localization tool that contains all the features you need to localize your projects. With the Soluling, you can localize your VCL and FireMonkey applications. Moreover, Soluling accepts Web project types, mobile projects, resource formats, document…
Build Powerful Master-Detail Relationships With Centralized Cached Updates In Delphi
January 7, 2021
First, theCentralizedCachedUpdatessample sets up range-basedmaster-detail relationshipsbetween datasets using twoTFDQueryobjects. Then, the sample shows you how to use aTFDSchemaAdapterobject to enable theCentralized Cached Updatesmode. To this end, the schema adapter object is used as a central change log shared by both the master and…
The GetIt Package Manager is the package manager built into the RAD Studio IDE that allows you to browse, download, purchase, and install packages. Packages may provide libraries, components, IDE extensions, and SDKs. Packages available in the package manager can be browsed…
TheMoniLayerClientssample shows you how to use the FireDACtracing and monitoringcapabilities to show how an application is communicating with a FireDAC monitor client. To this end, the sample uses two different FireDAC monitor clients: FlatFile-client…
Knights Province is an old-school RTS game which emphasizes strategy and it is built in Delphi. The game is currently in Alpha. This game is a labor of love by developer Krom who has been working on the engine it uses over ~12 years and the game itself for ~6 years. According to the developer “unlike many modern RTS games, which are fast-paced and often are more about tactics, KP planned to…