Features to Help You Accomplish More

- High-DPI support to the IDE, covering the latest 4k+ monitors, and cleaner and sharper fonts and icons throughout
- Multi-monitor and multi-window improvements: design and edit code for the same form at the same time in multiple windows
- Completely rebuilt Welcome Page with a native look and feel, and a UI that fits the IDE, and customizable layout and content
- C++ Code Formatter: Automate the layout of your C++ code using clang-format
- IDE support for Markdown documents and VCL-based HTML preview.
- Inactive code highlighting in the Code Editor.
- Improved remote desktop support for VCL and IDE
- FireMonkey design-time guidelines: Prototype faster with visual lines and enhanced margin and padding support

- Rich Edit component update removes XP dependencies and introduces new features to TRichEdit control
- VCL Styles add design-time support: prototype stylish UIs even faster by seeing immediately at design-time how your styled forms and controls will look when running
- VCL library improved for use of Microsoft’s WebView 2 control in both TEdgeBrowser and TWebBrowser components, with better support for UserDataFolder and ExecutableFolder configurations.
- Support for CheckBoxes in TreeViews added, with each node supporting 3 states (Partial, Dimmed, Exclusion) to help customise the UI
- New TDBLabeledEdit component offering a data-aware version of the TLabelEdit for faster prototyping
- Numerous VCL improvements including default form size and font, exception dialog copy button, margins on Memo and RichEdit and many more

- Improved FMX High-DPI support for Windows and Desktop with a visibly superior desktop UI
- Improved TPathData processing and rendering in FireMonkey library, including quadratic Bézier curve commands and other transformations.
- Support for Microsoft’s WebView 2 control (Edge Chromium) in the WebBrowser component
- Support for the latest Android 32 API and latest Billing APIs
- Android support for multiple classes.dex files, simplifying integration of external Android dependencies

- Delphi macOS 64bit ARM compiler and toolchain that includes building universal binaries for Intel/Arm AppStore submissions
- View your apps with iOS Simulator for Delphi by generating binaries for macOS devices running on ARM-64 (M1 or M2 CPUs)
- LLDB debugging for Delphi’s Linux toolchain.
- Delphi language support for binary decimals and digits separator
- C++ toolchain improvements with overhauled Delphi-style RTTI for C++ types, including using typeid on Delphi-style types
- C++Builder Code Insight improvements to cquery, and greater LSP behavior customization
- Improved C++-style RTTI for Delphi types
- CMake quality improvements and greatly improved exception handling on both Win32 and Win64

- RTL Quality focus: TZipFile, 64bit improvements for large data structures, Bluetooth LE
- Record Helper for TDateTime in System.DateUtils
- Record Helper for TCurrency in System.SysUtils makes working with Currency simpler and easier
- C++ RTL improvements include using make_shared and make_unique with Delphi classes, string_view support for Delphi strings, and easy Delphi/C++ string conversion

- Use of Visual Studio Code to edit Delphi source with full code completion
- LSP awareness of Include files
- Auto restart of LSP server
- Auto code completion with Tab key
- Class helper support
- Array suggestions when assigning arrays

- FireDAC in the new release offers specific improvements for the PostgreSQL, Oracle, and Firebird databases
- Updated FireDAC library supports latest Microsoft ODBC Driver for SQL Server, MongoDB new transaction feature, improved FDMonitor and FDExplorer tools, text editor support for SQL syntax highlighting in FireDAC SQL text property editor, and reFind files for migration of dbGo (classic ADO) projects to FireDAC.
- Updated RAD Server has auth token/session expiration option, IP Address and DateTime to logging, and simplified creation of client applications with EMSFireDACClient component.
- HTTP and REST client libraries have been extended with timeout mechanisms, support for HTTP/2, TLS 1.3, Base64 URL Encoding
- New component TRESTRequestDataSetAdapter simplifies uploading datasets to RAD Server
- New low-traffic RAD Server Lite allows unlimited deployment of your multi-tier solutions, alongside with the fully scalable RAD Server engine
- For DataSnap, the REST URL mapping logic is now fully configurable