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…
C++Builder 10.4.1 Event Handler and RTTI Patch
October 5, 2020
We’ve just released a patch for C++Builder 10.4.1 which affects using components written in C++ in the form designer. This patch addresses the following issue:
Event handlers were not always generated in the IDE with a compatible method signature to the event handler…
Many situations developers have a debate on REST vs JSON-RPC. Plenty of resources available in Internet to distinguish them. This is one among them and direct how to create and use JSON-RPC with Delphi MVC Framework quickly.
REST: The Word REST is the Abbreviation of the…
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…
New GetIt Web Portal
October 5, 2020
Since introducing the GetIt Package Manager in RAD Studio XE8, Embarcadero has been focusing on making it a great tool for distributing additional libraries, components, tools, samples, demo projects, styles and more to RAD Studio customers. We use it to distribute…
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…
Learn How to Customize Delphi Components With The FMX Styles In This CodeRage Replay
October 5, 2020
Many FireMonkey developers try to change the properties of the components to make unique designs or styles. But, by changing properties you make a few changes and that is it. What you can do is that you just need to learn how to customize FMX styles.
In this CodeRage…




