Cryptography is a method of protecting information and communications through some mechanism, so that only those for whom the information is intended can read and process it. Its become mandatory need to secure your communication between sender and receiver in this information age. Delphi/C++ Builder inbuilt comes with key hashing mechanisms to secure your communications. How about having more…
Learn To Populate A String List With Some Data From A Database With The FireDAC.GetFieldNames Delphi Sample
October 6, 2020
To this end, the sample uses the following methods of the TFDConnection component:
GetTableNames populates a string list with the names of tables in a database.GetFieldNames populates a string list with the names of fields in a table.GetKeyFieldNames populates a…
The ImageZoom sample demonstrates how to zoom an image on an iOS or Android device. The sample provides a picture and the user can zoom the picture by pinching it.
You can find Delphi and C++ code samples in GitHub Repositories. Search by name into the sample…
Flexible Serial Communication Protocol Suite For Delphi/C++ Builder FireMonkey Cross Platform Apps
October 6, 2020
Serial Communications is a core communication between PC and peripheral devices Such as a programmable instrument or another computer. Do you feel challenged or tired in writing code to communicate with serial devices from your Delphi/C++ FireMonkey Applications? How…
REST is one of the main models that has been described by Roy Fielding, one of the principal creators of the HTTP protocol, in his Ph.D. thesis and adopted as the model to be used in the evolution of the HTTP protocol architecture.
The Embarcadero REST Library…
Accessing internet resources becomes a common feature in modern desktop windows applications. Thinking how to build these capabilities in your Delphi/C++ FireMonkey Applications? WINSOFT made a Flexible component suite that helps you to access internet resources…
Interesting HFS (HTTP File Server) Delphi VCL Project Lets You Easily Send And Receive Files
October 4, 2020
The HFS is different from classic file sharing because it uses web technology. It also differs from classic web servers because it’s very easy to use and runs “right out-of-the box”. The virtual file system will allow you to easily share even one single file. The…
Learn How To Create A Database Login Dialog In Delphi With The FireDAC.TFDGUIxLoginDialog Sample
October 4, 2020
This sample describes how to use TFDGUIxLoginDialog in FireDAC GUI applications to allow users to enter their database credentials to connect to a DBMS. The same component also allows users to manage their passwords.
The sample connects to a database using a…
Learn How To Select Key Entry Types With The FMX.KeyboardTypes Sample In RAD Studio For Android And iOS Devices
October 3, 2020
Location
You can find the KeyboardTypes sample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and navigate to:Object PascalMulti-Device SamplesUser InterfaceKeyboardTypesCPPMulti-Device SamplesUser InterfaceKeyboardTypesSubversion…
Announcing DelphiCon WorldWide 2020
October 3, 2020
We are organizing DelphiCon WorldWide as an online Delphi focused event for 2020. This event is different from CodeRage of past as DelphiCon is focused on Delphi.
Three days – Tuesday, November 17th through Thursday the 19th. 9 AM to 1 PM CST each dayOnly one track…


