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

TdxPSDBBasedExplorerFieldNamesMap Class

Implements the basic functionality of objects representing a data-aware explorer’s FoldersFieldNamesMap and ItemsFieldNamesMap properties.

#Declaration

Delphi
TdxPSDBBasedExplorerFieldNamesMap = class(
    TCustomdxPSDBBasedExplorerFieldNamesMap
)

#Remarks

The TdxPSDBBasedExplorerFieldNamesMap class introduces three properties that allow three field names to be specified. These are the fields specifying a folder’s or item’s ID, its name and its parent folder ID. These fields are all that is needed to bind a data-aware explorer to a folders dataset (the dataset providing the folders structure). These fields are also used when binding an items dataset to an explorer (an additional field containing report data is required in this case). Thus, the TdxPSDBBasedExplorerFieldNamesMap class implements the basic functionality for the TdxPSDBBasedExplorerFoldersFieldNamesMap and TdxPSDBBasedExplorerItemsFieldNamesMap objects. These objects represent a data-aware explorer’s FoldersFieldNamesMap and ItemsFieldNamesMap properties.

#Inheritance

See Also