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…
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…
Learn How To Build Powerful User Interfaces With Delphi FireMonkey In This Bootcamp Replay
October 4, 2020
Once you learn how to create compelling user interfaces with the FireMonkey you start feeling the power of the FireMonkey. In this video, you can learn the concepts of FireMonkey which helps you to think wider with the FireMonkey.
Here are the basics of the…
Open Another Dimension Using the THorzScrollBox Component in Delphi FireMonkey Apps On Android And iOS
October 4, 2020
The THorzScrollBox component helps you to widen your form. This HorizontalScroll sample demonstrates how to use theTHorzScrollBoxcomponent to scroll through different pictures on your FireMonkey form.
Yeah, you already think you can make intro windows with…
Create A Cross-Platform Photo Sharing App Within 3 Minutes Using C++ Builder FireMonkey
October 3, 2020
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…
Learn How Easy It Is To Use OAuth2.0 With The Rest Client Components For C++ Builder
October 2, 2020
Authentication becomes critical part of any business, that too developing applications using OAuth2.0 protocol is still challenging to some C++Builder developers using Restful APIs as most modern IoT applications mandates. Don’t worry, this post will simpilify your…
Powerful Port And Memory-Mapped I/O Accessor For Delphi/C++ Applications On Windows.
October 1, 2020
Port-Mapped I/O and Memory-Mapped I/O is the key method to connect from CPU to I/O Peripherals. Do you need to write applications to access Memory-mapped IO addresses using Delphi/C++? Don’t know where to start? Don’t worry, WINSOFT helped us with a component to…
Addressing the Problem of the Missing dbxConnections.ini File
September 30, 2020
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…
C++ Builder 10.4.x Platform APIs
September 28, 2020
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…
Communicating withHuman Interface Devices such as Alphanumeric display, Bar Code Reader, Sensors, Volume control on Speakers/Headsets becomes a primary use case for real-world, Cross-platform applications. Do you spend more time in building libraries to communicate…



