News

Developing client applications using RESTful master-detail data with TRESTResponseDataSetAdapter

This is part 3 in my series of developing an REST server and client application and will focus around using the TRESTResponseDataSetAdapter. In my last two posts, we have created a REST server with a fully documented API using YAML, and exposed 3 datasets with master detail relationships over REST using zero lines of code. If you have not read and watch the videos. I would suggest…
Read more
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…
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 wanted to blog a high level overview. Classic Container Classes The most basic collection class in the RTL is the…
Read more
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…
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…
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…
C++

RAD Studio 10.3.3 IDE and VCL Patch, and Localization Patch

Issues with the code completion popup window’s scrollbar, using action components, and localisation for Japanese, German and French are fixed We’ve just released two patches for RAD Studio (Delphi and C++Builder) 10.3.3. IDE and VCL Patch This patch addresses the following issues: RSP-26731 Code completion popup leaves scroll bar window floatingWhen the code completion window was…
Read more