Released: Mar 19, 2026
Actualizaciones en 13.1 Florence
Características
Android API Level 36 and iOS 26 Support - Compliance for the latest mobile OS and app store requirements
- RAD Studio 13.1 adds support for Android API level 36.1, a requirement for publishing apps on the Google Play Store starting in August 2026. The release also updates the build system and platform JAR files accordingly. In addition, this release has refreshed the Application Uses Permissions page to include the permissions required by the new API level and upgraded the Jetpack Core library used by the FireMonkey framework on Android.
- Also improved how the IDE locates existing Android SDK installations, added support for building Android shared libraries (.so), and introduced support for opting out of predictive back navigation in recent Android versions.
- On the Apple side, RAD Studio 13.1 adds official support for iOS 26 and raises the default minimum supported iOS version to ensure continued compliance with App Store requirements.
Bookmarks Addon Integrated in the IDE - Expanded built-in source bookmark capabilities
- RAD Studio 13.1 fully integrates the Bookmarks add-on into the IDE. Originally developed by Parnassus and previously available via GetIt, this implementation replaces the IDE's built-in bookmark system with a more capable and extensible solution.
- The enhanced Bookmarks feature introduces automatic numbering, fast keyboard-driven navigation, and a structured view of active bookmarks with precise code line references and a nice preview.
- It also adds support for temporary caret bookmarks: you can drop a bookmark and press Escape to return to it. These bookmarks behave as a stack, so navigation follows a last-in, first-out model, and each bookmark is removed as you return to it.
- Overall, these improvements make it easier to navigate large codebases and quickly return to relevant sections of your source code.
Windows 11 Specific VCL Styles (also for the IDE) - Easily modernize the look and feel of your Windows applications
- Continuing the UI modernization efforts of recent releases, RAD Studio 13.1 Florence introduces a set of six new Windows 11-specific VCL styles, offering a range of color variations. These include Windows Modern, Windows Modern Dark, Windows Modern Slate Gray, Windows Modern Green, Windows Modern Blue, and Windows Modern Purple.
- A corresponding update has also been made to the IDE styles, further aligning the RAD Studio IDE with the Windows 11 look and feel. The IDE automatically selects an appropriate style based on the operating system - using a Windows 10 style when running on Windows 10 and switching to a Windows 11 style on Windows 11. IDE UI improvements include support for rounded window corners, improvements to the IDE search control, and updates to the navigation toolbar.
FireMonkey Style Designer - Faster, more flexible and modern UI styling
- RAD Studio 13.1 includes the initial release of a new FireMonkey Style Designer, built specifically for FireMonkey (unlike the existing Bitmap Style Designer) and based on more modern design principles.
- The new designer is a standalone application that reimagines how developers create and manage FMX styles. Rather than requiring detailed knowledge of style object hierarchies and component internals, it offers a more design-centric approach, focusing on high-level concepts such as colors, backgrounds, typography, and interaction states. The tool then handles the translation into the underlying FireMonkey style format.
- The Style Designer itself was built with FireMonkey, showcasing the framework's ability to support professional desktop tooling. While primarily intended for developers, it is also designed to be used by UI/UX designers working alongside the development team.
C++Builder / Modern Win64 Quality
- Following the upgrade to Clang 20 and C++23 in 13.0, RAD Studio 13.1 focuses primarily on improving quality across the C++Builder 64-bit Modern compiler toolchain. Notably, this release introduces the clang-scan-deps utility for faster dependency analysis and improves Unicode path handling during linker invocation.
- For the Windows SDK, the import process has been made more robust when multiple SDK versions are installed, and support has been added for the latest Windows SDK.
- Several issues affecting the use of the Delphi runtime from C++ have also been addressed.
IDE and Debugger Quality
- This release delivers a significant improvement to the High DPI design experience. You can now choose to save forms at 96 DPI, regardless of the design-time DPI. This is particularly useful for teams working on the same project across different screen resolutions and High DPI IDE configurations.
- In addition, this release introduces a new mechanism that allows simple calculations in selected numeric fields of the Object Inspector (specifically the Left, Top, Height, and Width properties of VCL TControl and derived classes).
- Embarcadero's product registration experience has also been modernized, with significant updates to both the License Manager application and the Product Registration dialog. These VCL applications now offer High DPI support using the Per Monitor v2 configuration, along with updated fonts and an overall UI refresh.
- For the debugger, the'Attach to Process' dialog now displays process icons, making it easier to identify target processes.
- This release also includes several debugger quality improvements, with a particular focus on the 64‑bit debuggers for Delphi and Modern C++. Resolved multiple scenarios - mainly involving exception handling - where the debugger previously stopped with an error and now operates as expected.
Quality and Small Enhancements for VCL and FireMonkey
- In RAD Studio 13.1, Embarcadero has delivered a broad set of quality improvements across both UI libraries, VCL and FireMonkey.
- FireMonkey added support for Tinted Glyph, enabling icon recoloring within an ImageList - bringing this capability in line with what is already available for the TSpeedButton control. This feature is also used by the new FireMonkey Style Designer.
- Added support for Linux styles and views in the IDE designer, added support for DirectX texture filtering, and improved the way a TFrame embedded in a FireMonkey form is aligned and manages its margins.
FireDAC and Database Improvements
- The FireDAC library continues to be updated to support the latest database versions. This release adds support for SAP ASE Server 16.1, IBM DB2 12.1, and MariaDB Server 12.1 (with some FireDAC database drivers available in the Enterprise edition only).
- In addition, legacy SQLite encryption is now available for 64-bit Windows applications.
Web Tooling Enhancements
- RAD Studio 13.1 introduces support for the HTTP Server-Sent Events (SSE) model for both Web servers and Web clients, with new classes such as TWebResponseStream, THTTPEvent, and THTTPEventSource. This enables the development of applications based on SSE, including support for protocols such as MCP.
- In addition, WebBroker adds Apache configuration support for C++Builder, and RAD Server Lite now includes integrated support for TLS 1.3.