Cryptography is the study of secure communications techniques that allow only the sender and intended recipient of a message to view its contents. Public Key Encryption or Asymmetric cryptography is widely used cryptography which use different keys for encryption and decryption.
Receiver needs to publish an encryption key, referred to as his public key which used for encrypt a message but…
Learn How To Use FireDAC To Work With A Firebird Database In Delphi
October 29, 2020
The Firebird getting started sample shows how to use FireDAC with Firebird databases. This sample allows the user to do:
Temporary connection definition at run time.Master-details relationship between datasets using TFDQuery.Transactions handling…
Learn How To Populate A Database With Data Using An XML Document In This FireDAC Sample For Delphi
October 29, 2020
The FireDAC Database Connection creates a table (test_vs) and inserts data from an XML document using a FireDAC database connection.
Note: The connection to the database does not require authentication.
How to Use the Sample
Navigate to the location given above…
Connecting to database and data-aware controls was no more a time consuming task for Delphi/C++Builder developers. With Absolute no code you can just and drop components and bind visually to show case your valuable data to the user interface controls faster.
Learn About Quickly Building REST Applications Using The Powerful RAD Server In Delphi/C++ Builder
October 28, 2020
Over a period of years lot of Web Architectural styles were introduced like, Pipe and filter, Uniform Pipe Filter and some hierarchical styles like client server, Client server stateless, cache, etc. But each style has equal strength and limitations which leads to a modern…
EMS.NotesResource Sample is a server-client EMS demo.
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. InterBase is used to store the information with the server…
Explore User-Friendly uniGUI Web Framework With Ultra-Modern Components For Delphi/C++Builder
October 27, 2020
Looking for a Web framework for your Delphi/C++ Builder Applications? How about having a framework which supports both server side and client side with minimal effort to build beautiful web applications ? UniGUI is a Full Stack focused Web Framework which give web…
Newcomer's Perspective - FireDAC and SQLite
October 27, 2020
FireDAC is Embarcadero’s library for universal data access – connection to just about any database protocol you can find. It abstracts the protocol-level details and presents a common interface so developers can build their applications to be database agnostic and…
Embarcadero Tech Partner WINSOFT provides an easy to use MAPI suite for Delphi.
What makes MAPI hard?
MAPI is hard. There is lack of clear and consistent coding, different answers provide different solutions, the solution is not in Delphi, there has to be various…
The Macros sample shows you how to use the Macros property of TFDQuery in order to parameterize parts of the SQL query. The sample allows you to modify the macro values at run time.
Location
You can find the Macros sample project at:
Start | Programs |…


