vcl-dxpsdbbasedxplorer-58ea2764.md
Represents a data-aware explorer’s FoldersFieldNamesMap property.
TdxPSDBBasedExplorerFoldersFieldNamesMap = class(
TdxPSDBBasedExplorerFieldNamesMap
)
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.
TObject TPersistent TCustomdxPSDBBasedExplorerFieldNamesMap TdxPSDBBasedExplorerFieldNamesMap TdxPSDBBasedExplorerFoldersFieldNamesMap
See Also