LockBox3 is a Delphi library for cryptography. It provides support for AES, DES, 3DES, Blowfish, Twofish, SHA, MD5, a variety of chaining modes, RSA digital signature and verification.
This is a source-only release of TurboPack LockBox3. It includes designtime and runtime packages for Delphi and C++Builder and supports VCL, FMX, Win32, Win64, macOS, iOS, and Android.
Reading the…
C Header Translator Tool For Delphi Lets You Parse C Header Files Using The Clang Compiler
December 9, 2020
Since Chet uses an actual compiler, you will need to have a (minimal) C develop environment installed, as well as LLVM with Clang. Clang needs to be able to find the system headers for the development environment. These will usually be available if you have some version of…
Flexible Multi-Tenancy REST Support Demo For RAD Server In Delphi
December 8, 2020
It requires InterBase to be installed on the machine or to connect to a remote server. Make sure that the server is running before you run the sample application.
With Multi-Tenancy support, a single RAD Server instance with a single RAD Server database connection can…
Learn How To Use Range Types On A PostgreSQL Database In Windows Using FireDAC With Delphi
December 6, 2020
FireDACrepresents a range type column as aftADTfield with 3 subfields:
lbound– lower range bound.hbound– upper range bound.flags– range flags.
Note: Columns of range type are read-only. This sample updates them using SQL commands.
To get range column attributes, this sample uses the following code:
var
l: Xxxx;
// ...
l :=…
Learn About How To Redirect Inserting, Deleting And Updating Records In Delphi With FireDAC
December 5, 2020
This sample shows how to redirect inserting, deleting and updating records using standalone table adapter.
Location
You can find theCommandssample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object…
Learn How To Send Arrays To A PostgreSQL Database Server Using FireDAC In Delphi On Windows
December 4, 2020
Location
You can find theArraysproject at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object PascalDatabaseFireDACSamplesDBMS SpecificPostgreSQLArraysSubversion Repository:You can find Delphi code samples…
TFDBatchMove Is A Powerful Way To Move Data Between Text Files And Tables Using Datasets In Delphi
December 3, 2020
Location
You can find theTFDBatchMovesample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to:Object PascalDataBaseFireDACSamplesComp LayerTFDBatchMoveMain.
How to Use the Sample
Navigate to the location given above and open:Delphi:Main.dprojPressF9or chooseRun > Run.Select one of the following…
Learn How To Use FireDAC In The Dynamic-Link Libraries With DLL Sharing Sample In Delphi
December 2, 2020
To this end, the sample uses theCliHandleandSharedCliHandleproperties of theTFDConnectionclass.
Location
You can find theDLLSharingsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand…
Powerful Cross Platform TeeGrid Is Capable Of Handling A Large Number Of Cells In Delphi FireMonkey
December 1, 2020
TeeGrid is a full featured third party grid and tabular control for Delphi and C++. Supporting both VCL and FireMonkey it should run on Windows 32 and 64 bit, Mac OSX, Android and iOS.
According to the developer it is “Written from scratch (not derived from…
This sample implements a multithreaded application, where each thread uses theIFDPhysConnectioninterface to establish a connection. The multipleconnection establishmentsmay lead to performance degradation across the whole system. To avoid this, you can enable thePooledproperty to use theconnection pooling.
Location
You can find…