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

New VCL TEdgeBrowser Component in RAD Studio 10.4

RAD Studio 10.4 brings support for working with web content through a new Chromium-based Edge browser control in VCL applications. The new TEdgeBrowser component wraps the Microsoft WebView2 component. TEdgeBrowser supersedes TWebBrowser, which uses the Internet Explorer web browser control. However, TWebBrowser remains in the VCL and FMX component sets, with some notable changes &amp…
Read more
Delphi

Adopting the OpenJDK for Delphi Android Development

In this post, you’ll learn how to install OpenJDK, which is required for using the Windows IDE for Android development. Continue reading to learn why you should use the OpenJDK and how it can help your development journey. You might not realize it, but Java…
Delphi

Beyond Compare - Cool Apps Selection

Today’s Cool Apps selection is Beyond Compare, from Scooter Software. Beyond Compare is a data management utility that allows users to compare and reconcile documents, files, folders, and even whole system drives quickly and easily. It’s a deeply useful resource, and it…
Delphi

Custom Managed Records New in Delphi 10.4 Sydney

RAD Studio and Delphi 10.4 Sydney are available now! What is a Managed Record in Delphi? Records in Delphi can have fields of any data type. When a record has plain (non-managed) fields, like numeric or other enumerated values there isn’t much to do for the compiler. Creating and disposing of the record consists of allocating memory or getting rid of the memory location. (Notice that by default…
Read more
Delphi

New in Delphi 10.4: Redesigned Code Insight

In 10.4, we’ve reworked code completion and other features. It’s one of the most significant changes to the IDE in a decade. What do we mean by Code Insight? First, some background. If you’re familiar with Code Insight, skip ahead… Code Insight is our name for a set of IDE productivity features in the editor. For the purposes of this blog post, those features are: Code Completion: the…
Read more
News

Nuovo portale di licenze e download di Embarcadero [ in italiano ]

Italian translation of New Embarcadero Licenses and Download Portal Una delle aree d’interesse di Embarcadero, oltre al lavoro su RAD Studio e altri prodotti, è il miglioramento dell’esperienza utente nel suo complesso. Come parte di questo compito, ci siamo impegnati a sostituire la vecchia infrastruttura del sito Web EDN (Embarcadero Developer Network) rendendola più moderna e…
Read more
C++CodeIDERAD Studio

What Are The Container Adapters in Modern C++?

Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released the new…

IN THE ARTICLES