Do you want build Mobile Solutions which require strong backend for enterprise focus, turn-key, cloud-ready, fast and easy deployment, with Apple and Google push notifications capabilities ? Finding the option or thinking to build from scratch for your Delphi/C++ Builder Applications? Don’t Worry. Embarcadero RAD Server (Enterprise Mobility Services) which solves your needs.
RAD…
Quickly Learn How To Connect And Manage A SQLite Database For Delphi/C++ Builder With SQLite Sample App
October 7, 2020
SQLite becomes popular for working with light weight embedded, mobile, IoT, and desktop applications. Do you want yourDelphi and C++Builder Applications to connect with SQLite Database? How to start? Don’t worry,FireDACoffers robust components to…
Rapidly Build And Deploy Service-Based REST Applications With RAD Server For RAD Studio
October 7, 2020
Every year CodeRage sessions happen online. CodeRage is all about Delphi, C++ Builder, RAD Server, Delphi Web Development, and more.
In this mini-session, you can learn how to build backends and adding custom API resources through a Delphi or C++ Builder Package Library…
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 theTFDConnectioncomponent:
GetTableNamespopulates a string list with the names of tables in a database.GetFieldNamespopulates a string list with the names of fields in a…
TheImageZoomsample 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 inGitHub Repositories. Search by name into the…
Flexible Serial Communication Protocol Suite For Delphi/C++ Builder FireMonkey Cross Platform Apps
October 6, 2020
Serial Communicationsis 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 yourDelphi/C++FireMonkey Applications? How about Siemens protocols such as3964and3964R? Don’t…
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…
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 isaccessiblefor all platforms, supported by Delphi. RESTRequest4Delphi is a wrapper around the built in components.
The…