C++Builder is an advanced IDE for modern C++ with high-productivity libraries that help you deliver fast, native apps with great user experience for your customers. C++Builder utilizes best-in-class Windows desktop UI libraries ready for Windows 11. Use powerful award-winning visual design tools and the modern Clang-enhanced compiler to rapidly prototype and publish high-performance Windows and iOS apps. Get blazing-fast compile times on multi-core hardware, easy access to popular libraries like Boost, build tools like CMake and Ninja, and leverage productive UI, networking, parsing and other libraries. Independent developers and enterprise development teams choose C++Builder’s advanced productivity to deliver projects 5x faster than competing solutions.
C++Builder 12 helps you:
Über
What is C++Builder?
Powerful Windows Development
Design beautiful interfaces with industry-leading and cross-platform frameworks on Windows and iOS. These apps deliver an amazing experience custom-designed for each device to save you time efficiently.

C++BUILDER – DESIGNED TO FUEL YOUR IMAGINATION
DESIGN WITH DELPHI
Design Beautiful Desktop and Mobile App UIs with C++Builder

DEVELOP WITH C++BUILDER
Develop Faster and Smarter with C++Builder

DEBUG
Fast and Accurate Debugging with C++Builder

DEPLOY
Compile and Deploy High-Performance Apps with C++Builder

C++BUILDER CODE QUALITY
Improve the Quality of Your Code with C++Builder

COLLABORATE
Collaborate Better with C++Builder

EXTEND
Extend the C++Builder IDE with Hundreds of Components

Neuigkeiten
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…
C++Builder 12 Athens Released

We are very excited to announce the release of C++Builder 12. The C++Builder 12 Athens release is packed with exciting new features that are laying the foundation for the future of the product.
What is New in C++Builder 12
This is a summary of the key features introduces in C++Builder 12. The following sections offer more details, but it’s good to start with a summary:
- Visual Assist integration in the IDE for C++Builder, providing best-in-class code completion, code navigation and rename refactoring for the C++ language
- A preview of a significantly updated CLANG-based C++ compiler for Win64, to support the most recent C++ standard language features and offer a better integration with external libraries and C++ code
- Skia support in FireMonkey, offering higher performance and quality in rendering graphics and UI controls across all target platforms, with the adoption of a new foundation for FireMonkey
- A reworked MDI and a new tabbed UI architecture for VCL to help our customers modernize their existing applications, adding support for HighDPI and styling to existing programs with minimal effort on their side
- A new FireDAC Query by Example (QBE) component for easier data filtering and a new JSON wizard for Delphi to add a mapping of the data in the popular JSON format to objects, like we have for XML
- Many IDE productivity and quality improvements, to make it easier and faster to use RAD Studio for every day tasks
- Support for smart IDs in RAD Server, to make customer’s hosted REST APIs more powerful and flexible, while maintaining RAD Server easy-of-use
C++Builder 12 – New Features Deepdive
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/

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.
System
Systemanforderungen
C++BUILDER 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 an Arch64 processor or ARMv7 processor with NEON support.
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.
Lizenzierung
C++Builder License Options

See the Delphi full Feature Matrix for a more detailed comparison.
NEW – It is now possible to buy C++Builder Professional on annual basis. Contact Alfasoft for more info.
Support
C++Builder 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).