RAD Studio is the same ultra-fast cross-platform Native App IDE with flexible Cloud services and broad IoT connectivity that you know, with a lot more packed into it. The first IDE to offer .appx package creation for the Windows App Store. Reach the widest audience with App Store support for Windows 11, macOS, iOS and Android – all from the same native code base.
RAD Studio helps you:
Om
About RAD Studio
DESIGN
Design Beautiful Desktop and Mobile App UIs with RAD Studio

DEVELOP
Code Faster and Smarter with RAD Studio

DEBUG
Debug Faster with RAD Studio’s Integrated Native Debugging

DEPLOY
Compile and Deploy High-Performance Native Apps With RAD Studio

CODE QUALITY
Improve the Quality of Your Code with RAD Studio

COLLABORATE
Collaborate Better With RAD Studio Teamwork and Remote Desktop Features

EXTEND YOUR RAD STUDIO
Extend the RAD Studio IDE With Hundreds of Components

Nyheder
Greetings from Delphi
Embarcaderos Product Manager for C++Builder David Millington and Pre-sales Director Stephen Ball sends a Good Morning greeting…
Black Friday Promotion: Get 20% OFF on Delphi, C++Builder, RAD Studio 12 Athens – New Licenses
RAD Studio version 12 was recently launched with hundreds of new features including: Target the latest platform…
RAD Studio 12 is here!
We are very excited to announce the release of RAD Studio 12 Athens, along with Delphi 12…
Special Offer – Buy Delphi/C++Builder /RAD Studio 12 with up to 30% discount
Buy RAD Studio 11.3 today with 25% discount for Delphi Professional and 30% for Delphi Enterprise/Architect and…
RAD Studio 12 Athens Released

We are very excited to announce the release of RAD Studio 12 Athens, along with Delphi 12 and C++Builder 12. The RAD Studio 12 Athens release is packed with exciting new features that are laying the foundation for the future of the product.
What is New in RAD Studio 12
This is a summary of the key features introduces in RAD Studio 12. The following sections offer more details, but it’s good to start with a summary:
RAD Studio 12 – Deepdive new features
Wonderful Things for C++
A significant focus of this release is on C++Builder and our C++ toolchain (available also in RAD Studio). The team has been focused on two key C++ improvements: modernizing our C++ compilers and toolchain, and providing amazing productivity with code completion as well as adding refactoring and navigations by integrating Visual Assist.
The C++ toolchain upgrade is an amazing overhaul of our C++ support. It includes not just a new version of Clang, but also the C and C++ runtime libraries and the STL (the C++ Standard Template Library) plus the linker and debugger. The goal of this large effort is to offer modern C++ standards, with the ability to run C++ code you find in recent libraries and projects, easily use third party libraries, leverage modern safe coding standards, have more performant apps and excellent debugging. It also aims to directly improve areas like linking and the STL, and moves to Windows platform standards such as using the COFF and PDB object and debug formats, potentially allowing you much wider compatibility with other tools. You can read more about this feature in this preview blog post: https://blogs.embarcadero.com/win64-clang-toolchains-in-rad-studio-12/
In 12.0, we are shipping a Preview of this new C++ toolchain, available as a command line compiler. We’ll continue working on the IDE integration of this new C++ toolchain, in parallel with the existing C++ compilers, and on the integration with the Delphi libraries in RAD Studio, including the VCL and the FireMonkey UX libraries. We plan to make these updates available to customers on subscription as they become available.
Another significant innovation for C++Builder in 12.0 comes from the integration of the Visual Assist technology to offer better Code Insight including code completion, code navigation and refactoring. These are key productivity tools that assist in common development tasks, from code completion which is invoked often while coding, to navigation which allows developers to easily find relevant parts of their code instead of manually searching a codebase, to refactorings which help code organization and safety. We’ll have a significant initial subset of the VA features available within RAD Studio, including finding symbols and references, showing the project Outline, navigating from implementation to declaration and back, and rename refactoring. You can read this teaser blog post about VA in C++Builder at https://blogs.embarcadero.com/yukon-beta-blog-c-and-visual-assist-in-rad-studio-12-0/

Some Nice Delphi Additions
On the Delphi compiler side, 12.0 adds a few small but nice extensions, including the support for long string literals, multiline string literals, limited by triple quotes, to allow easier embedding of SQL, HTML, JSON, XML and similar multi line text within an application source code. You can read more about this feature in this preview blog post: https://blogs.embarcadero.com/yukon-beta-blog-delphi-language-modernizing-string-literals/. The Delphi 12 compiler also offers a weak type alias definition for NativeInt, for enhanced Win32/Win64 compatibility, better support for NaN floating point number comparisons, and the disabling of floating-point exceptions on all platforms.

In terms of platform support, Delphi 12.0 offers compatibility for the Android API level 33, which is a Google requirement for the Play Store app submission.
FireMonkey and Skia as a New Foundation
In terms of UI libraries the most significant set of improvements in RAD Studio 12.0, for both Delphi and C++Builder, comes from the integration of the very popular cross platform rendering engine Skia, in FireMonkey. This is done by integrating the Skia4Delphi open source project, but also extending it with Vulkan support, support for effects and filters with the Skia Shading Language, a WebP Encoder, printer support, and printing to PDF.
RAD Studio Skia support includes direct APIs, specific UI controls (TSkAnimatedImage, TSkLabel, TSkPaintBox, and TSkSvg), and the automatic mapping of FireMonkey UI controls UI rendering via Skia. In general terms, Skia improves the quality of the rendering and the performance. Notice that the same Skia UI controls are also available in the VCL windows library.

Outside of Skia support, which offers a new solid foundation for the future of the library, we have improved our Android support matching many recent platform enhancements, added split screen support, to allow FireMonkey application to work in a side-by-side pane on both iOS and Android, and extensively reworked the text input capabilities of the single-line TEdit and multi-line TMemo controls.
Another significant improvement to the IDE, for FireMonkey development, is the introduction of a wizard to generate icons and splash screens at all of the resolutions, required by Apple and Google, starting from a single SVG image and the support for Android’s adaptive icons, as you can read in https://blogs.embarcadero.com/multi-device-icon-generator/

VCL Modernization with MDI and Tabbed UI architecture
We have been doing VCL modernization work to help our customers migrate their existing applications (often very large and well established in their target industry). In 12.0 the focus is on keeping alive the old fashioned, but still popular, MDI (Windows’ Multi Document Interface) model. With the new release customers will be able to adopt full HighDPI support for MDI applications and also adopt VCL styles. We’ll allow our customers to bypass platform issues caused by the fact Microsoft has been neglecting support for MDI in recent years.

In addition, RAD Studio 12.0 introduced a new tab-based UI (like the one from Google Chrome and many other popular apps) as an easy migration from MDI or a brand new model, with the new TFormTabsBar control. The VCL library has improvements in futons management for High DPI screens.
As part of the VCL improvements, the new release is introducing a number of new designers to help simplify the work: There is a new string list editor, a multiline string editor, and quick configuration dialogs for buttons, radio groups and panels. Some of these handy tools were originally part of KSVC (Konopka Signature VCL Controls) and are now available to anyone, even without installing this add-on control pack.

Beside the core RTL definitions, we have created a new set of units with the complete Windows API headers converted to Object Pascal, to make it easier for Delphi developers to call any Windows platform API we don’t expose in our component libraries. This API conversion includes 311 Delphi header files with 41 MB of code, covering the entire platform API provided by Microsoft.
Additionally, we have improved the Edge browser integration with new interfaces, properties and events, matching the improvements to the platform WebView 2 control since our last release. Further improvements in the VCL with noticing are an extremely flexible TControl enumerator, Desktop Windows Manager (DWM) enhancements, and changes to Double Buffering mode.
New In Delphi RTL, Data, and Other Areas
There are many improvements in other Delphi core runtime libraries, leveraged also by C++ Builder. For our flagship database access library, FireDAC, we have added support for the classic QBE mode (Query-By-Example) which allows the development of a UI for entering simple data filtering criteria.
In addition, FireDAC components offer some additional functionality to help developers improve their application security, by limiting the type of SQL commands for a specific query control, forbidding multiple commands, and blocking further SQL changes. These improvements offer developers the ability to improve the application security, if used alongside other industry best practices.
RAD Studio 12.0 also introduces a new JSON mapping wizard, which can generate classes matching a JSON data structure and proper reading and writing code to read the JSON in a set of objects and stream it out to a new file.

RAD Studio IDE Improvements
There are many relevant changes in the IDE.
The first is a new UX for the feature installer, used for the initial product installation or to add features and platforms later on. This dialog box has been completely redesigned in behavior and in the UI, using modern VCL controls, which improves the first impression of the product for new users. It’s easier to use because all major installation options including extra addons are on one page, unlike the previous multi-step design. The new dialog also offers better error information, in case of installation problems.

The IDE has now syntax highlighting in many secondary windows, like the call stack and structure view. There are also improvements in source code searches, in the way the navigation toolbar works, and in the use of multiple edit windows, plus many other small tweaks.
Besides the introduction of Visual Assist integration for C++Builder, we have also done further improvements in the DelphiLSP support used for Code Insight. For example, code completion now includes language keywords, and code templates are shown in contextually correct areas of code during completion, as well as having better support for generics and completing arrays or array types.
Finally, the RAD Studio further extends the new ToolsAPI for the code editor to let customers and third party vendors create more flexible plug-ins for our IDE.
RAD Server and InterBase
There are some notable improvements for RAD Server, our REST server API hosting platform. The most significant change is the ability to easily support a smart ID model, using a standard library to define better identifiers for resources exposed by the server. RAD Server also offers better performance, data paging improvements, better session authentication and overall quality.
Finally, the new version of RAD Studio includes the developer edition and the embedded versions of recently released InterBase 2020 Update 5.
Quality, Quality, Quality
In addition to the features highlighted above, the release has been focused on quality work in multiple subsystems, starting with the IDE, but including also the Delphi RTL libraries, the VCL UI library, the FireMonkey cross-platform library, FireDAC and other data access layers, HTTP client and server components and RAD Server.
In RAD Studio 12, we implemented fixes for 1,027 issues reported by customers on Quality Portal (quality.embarcadero.com), addressing 877 public bug reports and implementing 150 customer requests for new features.
Ready to Go
Product trials for RAD Studio, Delphi and C++Builder 12 are now available and the updated product builds are live in the online store. Customers on Update Subscription can download and install RAD Studio 12 today using their existing license and will receive an email announcing the new release availability. Downloads are available in the customers portal at https://my.embarcadero.com.
For more information, you can check the following links:
- The Embarcadero Web Site page for RAD Studio
- The more detailed What’s New page in the DocWiki
- The list of publicly reported bugs fixed (also in DocWiki)
- The RAD Studio feature matrix PDF
- The demos repository can be found on GitHub
Campaign
Black Friday Promotion: Get 20% OFF on Delphi, C++Builder, RAD Studio 12 Athens – New Licenses

RAD Studio version 12 was recently launched with hundreds of new features including:
- Target the latest platform versions
- Supercharge your productivity with Visual Assist integration for C++
- Enable amazing graphics with SKIA for FMX
- Modernize your apps with an updated VCL
- And so much more…
With Black Friday / Cyber Monday coming up we are running a campaign offering the entire product line – Delphi, C++Builder, and RAD Studio – at an exceptional 20% discount.
Learn more about the new features on our RAD Studio product page.
Place your order with 20% discount in our webshop or by contacting Alfasoft.
The offer is valid until the 30th of November, 2023.
You can purchase your Delphi/C++Builder/RAD Studio license in our webshop. You can also send your order as an email to info@alfasoft.com.
Included
RAD STUDIO INCLUDES

- Delphi
The fastest way to build native apps for Windows, Mac, iOS, Android and Linux. - C++Builder
Multi-device C++ development for Windows, Mac, iOS and Android. - InterBase Developer Edition and InterBase ToGo
InterBase Developer Edition provides developers with the best cross-platform database to build and test database applications for embedded and SME applications. - IBLite
Database for Windows, Mac OS X, Android and iOS - 3-Party components
- FastReport VCL 4-RAD edition och FireMonkey edition
- TeeChart Standard
- CodeSite Express
- AQtime Standard
- Beyond Compare Tect Compore
Systemkrav
Systemkrav
RAD Studio 12 Alexandria
Minimum Hardware Requirements
Operating System Requirements
You can also install RAD Studio on a virtual machine running one of the supported versions of Windows in a non-Windows environment (e.g., macOS). To develop FireMonkey projects, your virtualization software must provide direct access to the host GPU.
Requirements for Supported Target Platforms
64-bit Windows – PCs and tablets with Intel/AMD processors running any of the following versions of Windows
OS X – An Intel-based Mac with more than 2 GiB of RAM running any of the following versions of macOS:
iOS – An iOS device running any of the following versions of iOS:
All requirements for macOS support
Android – An Android device that runs on Arch64 processors or ARMv7 processors with NEON support.
Linux (Delphi only) – 64-bit Linux running any of the following distributions:
The JRE is installed automatically if you install support for the Android target platform.
For details about additional software, see Third Party Software Add-Ins.
Licenser
Support
Support
It is possible to buy support and maintenance with all Embarcadero products. Embarcadero support and help can be found at the following links:
Alfsoft provides technical first-line support to all Embarcadero customers. Please describe your problem as detailed as possible when contacting our support. Remember to always inform about your product version and your operating system (both platform and version).