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

TdxPSDBBasedExplorerFoldersFieldNamesMap Class

Represents a data-aware explorer’s FoldersFieldNamesMap property.

#Declaration

Delphi
TdxPSDBBasedExplorerFoldersFieldNamesMap = class(
    TdxPSDBBasedExplorerFieldNamesMap
)

#Remarks

The TdxPSDBBasedExplorerFoldersFieldNamesMap class provides properties which specify fields that are required to build the folders structure displayed by a TdxPSDBBasedExplorer component. These properties specify fields containing folder IDs, names and parent folder IDs. The dataset whose fields provide this information should be assigned to the explorer component’s Folders property.

Note that the TdxPSDBBasedExplorerFoldersFieldNamesMap class doesn’t introduce any new functionality, it inherits all its members from the base TdxPSDBBasedExplorerFieldNamesMap class.

See Also