DelphiNewsRAD StudioWebinar

How To Recreate A Social Media App Using RAD Studio

RAD Studio is the fastest, easiest, most powerful way to create cross-platform apps and it can do anything any other framework can do. To prove how good RAD Studio with Delphi is I recreated the user interface of an award-winning social media platform, in four hours from start to finish. Oh, and the app runs on Windows, macOS, iOS, and Android, from the same code base. When the app is running it…
Read more
C++ModernizationNewsRAD StudioWindows

Practical Info: Using CMake with C++Builder 12.2

Back in October when we released C++Builder and RAD Studio 12.2, we introduced that we have fantastic CMake support. We have both multiple demos and a lot of documentation on using CMake. This blog is to briefly point you to both. Installing The new CMake support, which is for the Windows 64-bit Modern toolchain, the toolchain we recommend you use, contains changes we plan to submit back to CMake.
Read more
C++DelphiNewsRAD Studio

What You Can Do With RAD Studio 12.2

RAD Studio 12.2, released on September 12, 2024, has changed the development game again. How? With features never before seen in the IDE, like embedded access to AI-assisted coding, and with performance enhancements like 64-bit compilers that enable you, the developer, to…
DelphiNewsRAD Studio

Faster Delphi RTL with Parallel Arrays and Ordered Dictionaries

While the most relevant new features were in other product areas, there are a few enhancements in the Delphi Run Time Library (o RTL) that we thing is worth pointing out. New TParallelArray Class There is a new TParallelArray class in the System.Threading unit that enables running operations like &For and Sort in parallel on Array items. On multi core systems, this can speed them up…
Read more
C++DelphiNewsRAD Studio

RAD Studio 12.2: Every New and Enhanced Feature - Embarcadero

Five months after the release of RAD Studio 12.1 release and 10 months after the release of RAD Studio 12, RAD Studio 12.2 builds on the strong customer reception of the landmark release and points the IDE toward new horizons, like AI-enabled coding and 64-bit versions of compilers for enterprise applications. Here’s a look at every new and enhanced feature in RAD Studio 12.2.  New New! Smart…
Read more