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

RAD Studio 10.3.3 Android Services Patch

An issue where an Android service would not run has been fixed. We’ve just released a patch for RAD Studio 10.3.3 which resolves the following issue: An issue that prevented an Android service from running because it could not load its native library. This only affects applications packaged as Android App Bundles. The base APK generated from an AAB has the extractNativeLibs manifest…
Read more
Delphi

Delphi RTL: Generic vs. Traditional Collections

Since Delphi got generic types, in the 2009 version, its runtime library (RTL) has a generic collections unit. The RTL however, still has the classic collections. Recently I got some requests about which is recommended to use, and while the discussion can go a bit deeper, I…
Delphi

Delphi Android 64-bit In-App-Purchase Fix

We have found a severe issue with the TInAppPurchase component on Android 64-bit and here is a workaround you can apply directly to your code. After our release of RAD Studio 10.3.3, which includes for the first time Delphi Android 64-bit support, a few customers have reported issues when recompiling applications that use the TInAppPurchase component. When these applications are compiled for…
Read more
News

InterBase Feature Spotlight: Tablespaces

InterBase 2020 is up and running and full of new features. On this weeks’ blog, we’re showcasing our support for Tablespaces. What is Database Tablespace?Tablespaces allow for better performance and a more balanced and optimized use of the hardware. Tablespaces…
C++

RAD Studio, Delphi and C++Builder 10.3.3: List of Patches

We’ve released a number of patches for RAD Studio 10.3.3.To ensure you know about all of them, and can install correctly, here is a list and some overview information. If we release any others, we’ll update this blog post with details. Last updated:2020-02-25 with ‘Localized compilers in RAD Studio and C++Builder 10.3.3’ and ‘Linker errorusing the sensor…
Read more
Delphi

Delphi 10.3.3 Android Debugging Patch

Issues debugging Delphi Android 64-bit applications have been resolved We’ve just released a patch for Delphi 10.3.3, addressing the following issues when debugging Android 64-bit applications on Android devices: RSP-26704 Debugging 64 bit Android application hangs…
News

Adding Tools into the IDE

Adding tools into the RAD Studio IDE. Now, this isn’t new! But, this week in Sweden, I spoke to a developer who has been using Delphi for years and didn’t know about this handy trick. As I am currently working over a series when I’m developing a RESTful backend and client, it makes sense to show how to add the REST Debugger into the IDE menus. “Configure Tools” inside RAD Studio At the…
Read more
C++DelphiNewsRAD Studio

What You Can Do With RAD Studio 12.2

RAD Studio 12.2, released on September 12, 2024, has changed the development game again. How? With features never before seen in the IDE, like embedded access to AI-assisted coding, and with…

IN THE ARTICLES