Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

Hotfix for 10.2.1 Inherited VCL Forms Released

This hotfix addresses a bug introduced in RAD Studio 10.2.1 and reported as RSP-18792 in Quality Portal. The issue causes an inherited VCL form to fail to scale on high DPI displays. Actually the fix resolves also a couple of related problems. The download is available…
Delphi

REST with Datasnap Details in Practical Application Part 2

Author: Landerson Gomes When exposing the project I decided to make use of REST DataSnap on the server side, and on the client side of the REST Client Library, and Firemonkey to create our solution. For serialize and deserialize of JSON types, we use the new features of the JSON Frameworks (inserted from the Seattle version): System.JSON.Readers and…
Read more
C++

Convert CSV file to TFDMemTable format JSON file.

Author: h.mohri Convert fromCSVfile to “JSONfile” of “TFDMemTable format”. This program usesC++Builder 10.2 Tokyo Release 1. include #include <iostream> #include <fstream> #include <string> #include <codecvt> #include <FireDAC.Comp.Client.hpp> #include <FireDAC.Stan.StorageJSON.hpp> #include…
Read more
C++

C++ Builder Header Dependencies

Why should you care about header dependencies in C++? One reason is header dependencies can have an impact on building, refactoring, testing and on the structure of your software. And reducing header dependencies in C++ also reduces compile time dependencies – the…
News

Using Delphi Parse API with Any Parse Server Hosting

The Parse web site (owned by Facebook) was retired earlier this year. This was a fairly popular BaaS (backend as a service) provider for mobile applications, but something you could use also from desktop apps. Delphi (and also C++Builder, btw) has included ready-to-use…
News

Sencha aquired by Embarcadero (Idera)

Author: Pawe Gowacki It was in the bus on Monday, on the last day of my summer vacation. Catching up with news on my phone that was switched off for the last two weeks. A thrilling news! IDERA acquires web application development provider Sencha Probably in the short term nothing will change in how Embarcadero and Sencha operates, but in the long term there could be some very interesting synergies…
Read more
ModernizationNewsWhitepaper

WebStencils and HTMX: Free Guide to Fast Web Development

We’re excited to announce the release of our comprehensive White Paper – WebStencils and HTMX: Fast Modern Web Development with RAD Studio. This guide is designed to help developers create…

IN THE ARTICLES