Released: Jun 18, 2026
Updates in 26.1.3
Funktionen
Accessibility, Microsoft UI Automation, and Keyboard Navigation Enhancements
- VCL Data Grid: Master-detail tables, in-place edit forms, and summary/find/filter panels are now exposed as nested UIA nodes for the Data Grid control.
- VCL Tree List: Bands and summary/find/filter panels are now mapped to corresponding UIA nodes of the Tree List control.
- VCL Data Editors: DevExpress added UI Automation support for more in-place and standalone editors. Al newly supported editors allow you to customize UI automation node settings accessible via the Properties.Automation property.
VCL BI Dashboard (ExpressDashboards) - Official Release
- The Business Intelligence Dashboard product library (ExpressDashboards) is now ready for production use.
- New TdxDashboard Class
- Use TdxDashboard APIs to generate and export content in headless/non-visual service applications.
- New Export Methods
- In addition to ExportTo methods, TdxDashboard/TdxDashboardControl now include methods for exporting dashboard content directly to a file (PDF, XLSX, PNG, etc.). These methods accept a file path as the only parameter and do not require additional export options. Refer to the following help topic for additional information: Dashboard Export.
- VCL BI Dashboard Viewer Application Template
- The new VCL Template Kit includes a template designed to create a BI Dashboard application from scratch with a few clicks. The newly generated RAD Studio project includes minimal component configuration, resources, and sample data.
VCL Report Designer & Viewer (ExpressReports) Enhancements
- TdxReportControl - An Embedded VCL Report Viewer for Non-Modal Forms, Tabbed MDI, Page & User Controls
- The non-visual report generator component now ships with a new VCL Report Viewer UI control TdxReportControl. Place it on a form, tab, page, or other container to allow users to preview generated content, just like the ExpressReports Demo.
- PRNX Support - Save & Load Report Document Layouts with All Required Data
- You can now use LoadDocument and SaveDocument methods to import/export report documents to/from PRNX. PRNX is a zipped XML that describes report layout structure and embeds all required data and images. This format offers additional flexibility for dynamic report generation usage scenarios (using or new TdxReportControl), compared to static/predefined report layouts (REPX) and PDF documents.
- New VCL Export Methods
- In addition to ExportTo, the TdxReport component includes methods to export report content directly to a file (PDF, XLSX, PNG, etc.). These methods accept a file path as the only parameter and do not require additional export options. Refer to the following help topics for additional information: Report Export.
- VCL Report Viewer Application Template
- The new VCL Template Kit includes a template that allows you to create a Report Viewer/Designer application from scratch with a few clicks. The newly generated RAD Studio project includes minimal component configuration, resources, and sample data.
Additional VCL Reports & BI Dashboard Enhancements
- TdxReport: Handle OnDesignerFormShow and OnViewerFormShow events to customize Report Designer and Report Viewer form settings. You can change caption, dimensions, position, and other settings as needed.
- TdxBackendDataSetJSONConnection: The new AutoRefreshData property allows you to increase data loading/value population speed if source VCL datasets (TDataSet descendants) remain unchanged during the current session.
- TdxBackendDatabaseSQLConnection: The new DefaultEnableCustomSql global option allows you to enable/disable custom SQL queries for all TdxDashboard/TdxDashboardControl and TdxReport/TdxReportControl components in your project. You can override this global setting at the component level using corresponding EnableCustomSql options.
- Also aligned TdxReport/TdxReportControl APIs with TdxDashboard/TdxDashboardControl components to ensure consistent functionality and behavior.
- API Simplification & Optimization
- Enhanced initial Report and Dashboard component initialization flow so that explicit TdxDashboardControl.Timeout, TdxReport.LoadParametersFromReport, TdxReportParameters.LoadFromLayout calls are no longer necessary. In addition, DevExpress added OnExport events to all the components (instead of internal OnBrowserFileDownload).
- Developer Flow Simplification
- Removed Show Content/Hide Content and Load Parameters From XXX design time options from TdxReport and TdxDashboardControl components. Dashboard and report components display content immediately after layout or parameter changes (WYSIWYG).
High DPI and Rendering/Performance
- Form resize performance on Windows 11 and WXI Compact is now 30 - 35% better for TdxRibbonForm (with rounded corners and other default settings).
- Optimized skinned forms and vector-based UI elements. As a result, the Mail Client demo forms are rendered 10 - 20% faster.
- The new TdxWindowFrame shadow behaves like the native OS shadow, but is up to 10x faster compared to the previous implementation. It includes an expanded resize zone, distinct rendering for active and inactive forms and is always applied on Windows 11 (and on Windows 10 for forms with square corners).
Fluent UI Support
- VCL Layout Control - Rounded Mode
- The DevExpress Layout Control can now render rounded corners and padding around individual UI elements (layout groups and embedded controls) whenever the WXI or WXI Compact skin is used.
- VCL Office Navigation Bar Enhancements
- The VCL Office Navigation Bar (TdxNavBarOfficeNavigationBar) can now serve as a side navigation or status panel (Microsoft Outlook-inspired).
VCL Template Kit
- v26.1 ships with a VCL Template Kit designed to quickly create common application types and frequently used UI forms. The Template Kit includes both project and form templates, allowing you to scaffold complete applications or add new forms and modules to existing projects. Like its DevExpress .NET counterpart, the VCL Template Kit addresses typical business usage scenarios (such as data-centric forms, master-detail layouts, and common navigation patterns).
- Available App Generation Options
- VCL Application Builder: Allows you to build modular/multi-view applications from scratch - from selecting the desired navigation structure to adding one or more views with pre-configured DevExpress UI controls based on project requirements.
- Toolbar/UI Application Templates: Generate a pre-configured blank form with a Ribbon or Toolbar UI, ready for integration with a DevExpress UI control.
- UI Control-Specific Templates: Generate fully-functional app projects with a Ribbon UI/Navigation Bar and an integrated DevExpress UI control (BI Dashboard Viewer, Rich Text Editor, Spreadsheet, Scheduler, etc.).
- Form Creation Templates: Add a pre-configured form with a Ribbon/Toolbar UI and a DevExpress UI control to an existing app project.
VCL BBCode-Inspired Rich Text Formatting Support
- Hints in BBCode-Formatted Text
- You can now add hints to BBCode-formatted text using the new HINT markup tag. The tag can be combined with hyperlinks (to redefine hyperlink hints) and other markup tags.
RAD Studio v13.1 Support
- The most recent release (VCL v26.1.2+) officially supports recent versions of RAD Studio (Delphi 13.1 and C++Builder 13.1 for both 32-bit and 64-bit compilers).
- Native Windows on ARM Compiler (Arm64EC)
- Windows ARM 64-bit support (introduced in RAD Studio 13.1) is available as a Community Technology Preview in the v26.1 release cycle. The ARM support includes installer and IDE integration along with basic/manual tests of the demos and internal apps.