C++Delphi

Learn How to Customize Delphi Components With The FMX Styles In This CodeRage Replay

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 session by Ray Konopka, you can find out many demos in action about this topic. When FireMonkey has first introduced the…
Read more
C++Code

Create A Cross-Platform Photo Sharing App Within 3 Minutes Using C++ Builder FireMonkey

C++ Builder has always been an outstanding rapid application development environment for millions of developers around the world. In this tutorial, you can see a demonstration of building a photo-sharing application in under 3 minutes using the C++ Builder FireMonkey for Windows, Android, and iOS. Note: C++Builder Android support is limited to Android 32-bit. FireMonkey component called…
Read more
C++DatabaseDelphiIDERAD Studio

Addressing the Problem of the Missing dbxConnections.ini File

There is an issue with RAD Studio 10.4.x related with dbExpress configuration, that you can work around by creating a new configuration file. When you install RAD Studio 10.4 (or 10.4.1) or Delphi or C++Builder, there is an error in the installation script that causes a configuration file to be missing. The lack of this file, that the IDE expects, causes a few errors reported for example…
Read more
C++CodeIDERAD Studio

C++ Builder 10.4.x Platform APIs

C++ Builder provides three levels of development: ⦁ Components (VCL and FMX) ⦁ Common Libraries (RTL). ⦁ Platform APIs (iOS, Android, Mac OS) In this post we will discuss and show how to use the Platform APIs (iOS, Android, Mac OS). Specifically, we’ll look at…
C++DelphiTech Partner

Flexible Comport DLL Library For Serial Communication On Windows

Serial Communicationsis a core communication between PC and peripheral devices Such as a programmable instrument or another computer. Do you feel challenged in writing code to communicate with serial devices from yourDelphi/C++applications? How about a DLL library which does the Serial Communication with better API controls for you instead of writing a new one from scratch?
Read more