Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxPSDBBasedExplorerFieldNamesMap Class

Serves as the base for objects representing a data-aware explorer’s FoldersFieldNamesMap and ItemsFieldNamesMap properties.

#Declaration

Delphi
TCustomdxPSDBBasedExplorerFieldNamesMap = class(
    TPersistent
)

#Remarks

The TCustomdxPSDBBasedExplorerFieldNamesMap class implements the basic functionality of the TdxPSDBBasedExplorerFoldersFieldNamesMap and TdxPSDBBasedExplorerItemsFieldNamesMap objects. These objects represent the FoldersFieldNamesMap and ItemsFieldNamesMap properties in a TdxPSDBBasedExplorer component. The purpose of these properties is to bind the component to fields that specify the report tree structure and hold report data.

The functionality implemented in the TCustomdxPSDBBasedExplorerFieldNamesMap object doesn’t allow specifying any dataset fields. It only introduces members that allow access to the owner component and to copy settings to other objects.

#Inheritance

TObject
TPersistent
TCustomdxPSDBBasedExplorerFieldNamesMap
See Also