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

My five favorite new features in RAD Studio 10.4 Sydney

cg-em-ww-five-additional-reasons-1140x628

There are so many great new features in 10.4 Sydney, but when asked for a top five I had to prune my list a lot. Here are my top five favorite new features in RAD Studio 10.4 Sydney.

1) The new TEdgeBrowser component is a great advance for building Windows apps. Even better is the update to the TWebBrowser component that give developers flexibility to select which browser engine you want to use: IEOnly, EdgeIfAvailable, EdgeOnly. The following is a simple C++Builder example using TWebBrowser.

Declarations for TSelectedEngine and TActiveEngine:

Studio/21.0/include/windows/vcl/SHDocVw.hpp:

Studio/21.0/source/internet/SHDocVw.pas:

2) I also enjoy the new style selection options that let developers specify styles at the form and component levels. Marco talks about this feature in a recent blog post.

3) For Android development a great new feature is the support for AdoptOpenJDK will relieve developers from Oracle’s licensing and support rules. All AdoptOpenJDK binaries and scripts are open source licensed and available for free.

4) The move to a non-ARC unified memory management implementation across all platforms, offering better compatibility with existing code, performance advantages, simpler coding for components, libraries and end user applications. For the C++ compilers this significantly simplifies the compiler and RTL.

5) Finally, installation is simplified by having one installer application that works in both online and offline modes along with an improved GetIt Package Manager. You can use the standalone executable installer that can run in online and offline mode.  For my install, I used the .ISO file which contains the executable installer and the GOF (GameExchange Raw Object Definition) files.

Using the 7-Zip utility, the GOF file contains the following files and folders.

The getit folder contains all of the installation files that would have been downloaded in an online install.

One point to note: if you use the “offline” installer as I did, in order to have the RAD Studio IDE use the online GetIt Package Manager for patches and additional installs, you’ll need to run the GetIt Package Manager command line utility (available in the Studio21.0bin folder to set the online vs offline setting.

What’s New in RAD Studio 10.4 Sydney

You can find a longer list of What’s New in RAD Studio 10.4 Sydney on the Embarcadero DocWiki.


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

1 Comment

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES