ExpressGridPack

Ajoutez des fonctionnalités étendues de grille de données, d'impression, de tableau croisé dynamique, d’arborescence, de mise en page et d'apparence à vos applications Delphi et... C++Builder.

Publié par DevExpress
Distribué par ComponentSource depuis 2001

Prix à partir de : US$ 527.99 Version : 25.2.6 NOUVEAU Mise à jour : Apr 7, 2026 Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00 (2)

i

New licenses for ExpressGridPack are no longer available. Existing customers can continue to renew. If you are looking for a new license, please consider DevExpress VCL Subscription, which includes all ExpressGridPack components plus more.

ExpressGridPack 25.1

Released: Jul 2, 2025

Mises à jour de 25.1

Fonctionnalités

Accessibility, UI Automation, and Keyboard Navigation

  • VCL v25.1 includes enhancements for the following DevExpress VCL UI components:
    • VCL Form Layout Manager (including layout groups, tabs).
    • VCL Data Grid (key navigation, read-only, and partial data editing scenarios without complex interactions).
    • Other popular VCL Data Editors (key usage scenarios for both in-place and standalone editors).

Design-Time Enhancements

  • RAD Studio 12.3 Support - VCL v24.2.5+ and v25.1 officially support the most recent versions of RAD Studio (Delphi 12.3 and C++Builder 12.3 for both 32-bit and 64-bit).
  • 64-bit IDE Support - In addition, DevExpress VCL libraries include 64-bit design-time packages to support 64-bit design-time functionality introduced in RAD Studio 12.3.
  • Online Help Integration - You can press F1 in the IDE to open corresponding online help topics in a browser. The VCL installers no longer include offline documentation (it's still available as a separate download).
  • Dark Mode Support - Improved developer-specific user experiences and modified DevExpress dialogs and wizards to apply the dark theme selected in the IDE.

Simplified Application-Wide Skin

  • VCL v25.1 now propagates global TdxSkinController skin settings to the Layout Control, Navigation Bar, and Bar Manager components (if UseGlobalSkin is enabled in code or in the Project Settings dialog). For the majority of developers, these changes will produce fewer errors and simplify configuration across multiple usage scenarios (see examples: one, two, three). This should not affect customers who prefer advanced/ad-hoc skin customizations or where a global skin is not required (users can also revert to the previous behavior using feature toggles).

Layout Control

  • Layout Control users no longer need to deal with TdxLayoutCxLookAndfeel or TdxLayoutSkinLookAndFeel if UseGlobalSkin = True is set in code or in the Project Settings dialog. Much like the TdxRibbon control, the TdxLayoutControl now automatically updates skin settings from the TdxSkinController component used in the application (including components added inside the layout control).

A Simpler Way to Save/Restore the Grid and TreeList State

  • In the v25.1 release cycle, DevExpress simplified the following save/restore layout-related capabilities:
    • Save and restore expanded, selected, focused, and top visible nodes/records into a file/stream.
    • Added support for the Data Grid's table and banded views along with the TreeList.
    • Included plug-and-play runtime experiences with existing StoreToXXX (IniFile/Registry/Storage/Stream) control methods. You can now pass required layout parameters into these storage methods (like gsoFocusedRecords or gsoSelectedRecords).
  • These operations/capabilities now require much less code to copy/maintain across different versions of RAD Studio.
  • Additionally, new StoreDataViewState/RestoreDataViewState methods allow you to separate default layout settings (like column width, order, etc) from data layout/structure (focused rows, groups, etc).