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

RAD Studio 10.3.3 Indy Server SSL Certificate Patch

Embarcadero just released a patch for RAD Studio 10.3.3 for a problem caused by a regression in our copy of the Indy library and related to Indy servers on the Windows platform as they load SSL certificates.The issue was reported on Quality Portal asRSP-27144. The patch is available for download athttps://cc.embarcadero.com/item/30906. The patch includes source code…
Read more
Delphi

Learn Delphi on Exercism

One of our MVPs, Ryan Potts, is the originator and maintainer of the Delphi track on Exercism – a site dedicated making it easy for people to learn different programming languages. He was interviewed by the Exercism team previously, but I thought it would be…
Delphi

Tears of Ra - Cool Apps Selection

Today’s CoolApps selection is Tears of Ra, by Konstantinos Onoufriadis. It is an Egyptian-themed slot machine app that is a lot of fun to play and explore. Tears of Ra was written and developed with Delphi and is availablenow on Android. I asked Konstantinos why he…
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…
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