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

Target Version for running 10.3 Rio apps on Android 9

In this post, we’ll walk you through the 10.3 version of RAD Studio that supports Android 9. When RAD Studio 10.3 Rio applications are executed on Android 9, you get an intermittent error due the call of a restricted API. As an example, this is reported at https://quality.embarcadero.com/browse/RSP-23008: The issue is a call to a restricted platform API in FireMonkey, we are looking…
Read more
News

February 2019 GetIt Package Manager Report

Welcome to the February 2019 GetIt Package Manager report with all the amazing stats from January. New and Updated The following packages were added new or updated this last month. Beyond just updating for 10.3 Rio we see new arrival NexusDB Embedded Free, an 100%…
News

On the 2018 Spirit of Delphi Award to Cary Jensen

As you can read in details athttps://community.idera.com/developer-tools/b/blog/posts/2018-spirit-of-delphi-award-winnerat the last CodeRage conference Embarcadero resumed the old tradition of giving recognition to an active member of the Delphi developers community, picking contributors in various areas. The blog post above by Jim McKeethhas the entire history of the prize and…
Read more
News

PacktPub $5 Delphi Book Sale

PacktPub has been adding Delphi programming books and videos lately, and they have a big sale going on right now with them all availablefor just $5 each. I’ve not read or reviewed all of these, but I know most of the authors, and many are MVPs. Mastering…
Delphi

2018 Spirit of Delphi Award

If you’ve been a member of the Delphi community for a while you are no doubt aware of the Spirit of Delphi Award. The Spirit of Delphiwas introduced in 1998 It was announced as part of the annual developers conference (called ICON98 as it was during the…
C++

ABI Changes in RAD Studio 10.3

In RAD Studio 10.3 we’ve made an interesting very low-level change that affects both Delphi and C++. This is a change in the how method parameters are passed when a method is invoked. For the vast majority of customers, this issue won’t affect you — or if it does, you will see the effect in terms of bugs that no longer occur. However, you may be interested in what we changed, why, and…
Read more
C++

#CodingResolutions: Strings and the RegExpDemo Sample App

Author: Rebekah D In this installment of the #CodingResolutions series, let’s take a look at Strings and how to manipulate them. While today still has a fair amount of reading, we’ll finish off by playing with a sample application that demonstrates String validation. Prerequisites: You should already have downloaded and installed either the RAD Studio 30 Day FREE Trial…
Read more
C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and…

IN THE ARTICLES