ExpressQuantumPack 23.2.3

Released: Dec 13, 2023

23.2.3 中的更新

特性

High DPI / SVG Support

  • Microsoft Windows 11 Skin (aka WXI) and Other High DPI Enhancements - Addressed more than 130 bugs in the show-case demos. A good portion of these bugs relate to the newest WXI skin/SVG/High DPI layouts. This should improve the look and feel of apps powered by DevExpress VCL UI components.
  • Enhanced SVG Image Picker at Design Time - The image selector has been revamped to support High DPI and SVG usage scenarios.
    • Improved Icon Organization - Added tabs for different icon collections (the Vector Icons tab is now the default).
    • Font Icon Images - Windows 10/11 contains hundreds font icons. You can now use the Image Picker to assign font icon images to individual UI controls/elements or add them to the image collections. And you can color these icons using the command at the bottom right of the tab.
    • Easy Integration of Custom / User-Defined Icons - The image selector now supports custom or user-defined icon collections. This is helpful when want to use Google Material, Font Awesome, or icons from your own designer.

Miscellaneous Enhancements

  • Embarcadero RAD Studio 12.0 Athens Support - Added support for Embarcadero Delphi 12 and C++Builder 12 (both 32-bit and 64-bit).
  • Enhanced Read-Only Style and Behavior for Data Editors:
    • Over 55 data editors from the ExpressEditors Library (TcxDBComboBox, TcxDBMaskEdit, TcxDBSpinEdit, etc.) now provide the StyleReadOnly property. This option allows VCL developers to customize style settings for the read-only editor state (without the need to modify sources or override internal portions of the editors).
    • Added the AllowDropDownWhenReadOnly property to TcxComboBoxProperties, TcxColorComboBoxProperties, TcxFontNameComboBoxProperties, and TdxColorEditProperties, and over 10 other data editors from the ExpressEditors Library. This property specifies whether to display a popup window for readonly dropdown editors.
  • Disable Hot Track for Editor Buttons - You can now style an editor button (TcxEditButton) so that it looks like an image without any hot-track or focus effects. For instance, this is helpful to implement a "Search" button in the dropdown editor.
  • Style Support for Standalone Data Editors Using the WXI Skin - Standalone VCL editors placed on a form apply styles more effectively when the newest Windows 11 theme is used. For instance, a background color style is applied to the entire editor box region, including editor buttons.