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

RAD Studio 10.3.2 C++ Debugging Patch

A patch for debugging local variables withthe classic and Clang compilers We’ve just released a patch (what used to be called a hotfix) foran issue affecting C++Builder 10.3.2. Debugging variables in apps built with the Classic bcc32 compiler could not be evaluated or watched (RSP-25943) A previous hotfix, ‘RAD Studio 10.3.2 C++ and Delphi Toolchain Patch‘ (August…
Read more
C++

Addressing iOS 13 and Android 64-bit with RAD Studio

The mobile landscape is constantly changing. iOS 13, which was released on September 19th, adds a system-wide Dark Theme. Many software applications, including Delphi and C++Builder, now allow you to switch between a light and dark theme. Users who prefer to work at night or…
Delphi

Change notification bar color on Android

Author: Landerson Gomes I received a message from a reader asking if it was possible to change the color of an app’s status bar on Android. The answer is yes! There are even several ways to do this. I particularly use the one I decided to share in the post: CHANGE THE…
News

GM Update

I want to share some exciting developments and a few housekeeping items. Summer has been busy indeed! We’ve discussed for some time that we plan to upgrade the EDN infrastructure of Embarcadero. That project also involves retiring some old sites, such as Code Central. In addition, we have some changes to SKUs that further enhance the value of Update Subscription. Finally, we want to get your…
Read more
Delphi

Transparent FMX Style on Linux

The Transparent FMX style is a style with a ton of personality. It is an exciting combination of clean lines, bold color, and a distinct look and feel. Transparent looks particularly great on Linux through FMXLinux, available in Delphi 10.3 Rio. To use Transparent FMX style…
C++

Joint Windows 10 Webinar with Microsoft and Embarcadero

Embarcaderohasbeen focusing a recent series of webinar on Windows 10 and the RAD Studio features (mainly in VCL) specifically focused on the latest version of Windows. This week we are going to have a special event, presented by Microsoft and Embarcadero, and…
News

Deploying Windows 10 Apps Through the Microsoft Store

Before 10.3 Rio, creating an app to the Windows Store was only possible by creating an UWP (Universal Windows Platform) app and submitting it to the Windows Store. This was somewhat limiting because you had to know the technology and create a special new app using this platform. With the introduction of the Windows Desktop Bridge technology, also known as Centennial Bridge, allows you to bring…
Read more
Delphi

Stellar FMX Style on Linux

If you’re looking for an ethereal, whimsical look for your next project, then check out the Stellar FMX Style. This style is easy to use and it looks great on Linux through Delphi 10.3 Rio’s new FMXLinux. You can get FMX Style – Stellar 1.0 by installing it…
Delphi

Ruby Graphite FMX Style on Linux

Styles don’t come much bolder than the Ruby Graphite FMX Style, especially on Linux when it’s used with FMXLinux, now available in Delphi 10.3 Rio. The red accents of this style make a striking statement in any project. Using Ruby Graphite is as easy as opening a…
Delphi

Puerto Rico FMX Style

The Puerto Rico FMX style has a stylish palette and is very user-friendly, but did you know it looks even better on Linux through FMXLinux, new in Delphi 10.3 Rio? Getting it is easy. Just install FMX Style – PuertoRico 1.0 from the GetIt Package Manager. Then use a TStyleBook to implement the Linux version of the Puerto Rico style, found in your Styles…
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