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 sample repositories according to your RAD Studio version.
To add native gestures to your mobile applications, you should…
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…
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 yourDelphi/C++ FireMonkey Applications?WINSOFTmade a Flexible component suite that helps you to access internet resources withFTP, andHTTP/HTTPSprotocols. It uses the Standard…
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…
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 theKeyboardTypessample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand 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…
Learn How To Implement Auto-Incremental Fields In This FireDAC.AutoincFields Sample For Delphi
October 2, 2020
FireDAC allows the insertion of a new record with an auto-incrementing column and getting back a new value of this column. That works for immediate updates, as well as forcached updates. Depending on the DBMS, the auto-incrementing fields may be implemented either…
GpDelphiUnits is a collection of Delphi units by Primož Gabrijelčič. These units might help you to do some work quickly and efficiently. This is an open-source project and you can check out the full source code on overGitHub.
What you can get from these units? Here are some of the available units with aims:
DSiWin32
Collection of Win32/Win64 wrappers and helper…