Back to Devexpress

TdxPSDBBasedExplorer.FoldersFieldNamesMap Property

vcl-dxpsdbbasedxplorer-dot-tdxpsdbbasedexplorer-e2128fa2.md

latest1.8 KB
Original Source

TdxPSDBBasedExplorer.FoldersFieldNamesMap Property

Specifies the data fields providing data about the folders structure.

Declaration

delphi
property FoldersFieldNamesMap: TdxPSDBBasedExplorerFoldersFieldNamesMap read; write;

Property Value

Type
TdxPSDBBasedExplorerFoldersFieldNamesMap

Remarks

The FoldersFieldNamesMap property provides access to the object that exposes the following properties:

PropertyDescription
IDSpecifies the name of the field containing folder’s unique IDs.
NameSpecifies the name of the field containing folder names.
ParentIDSpecifies the name of the field specifying parent folder IDs. Note that the root folder’s ID is considered to be 0. Thus, all folders whose ParentID field value is 0 are the root folder’s immediate children. Note also, that if the ParentID field value doesn’t match any of the ID field values or 0 , the corresponding folder is not displayed.

Note that all the properties refer to fields from the dataset specified by the Folders property.

See Also

TdxPSDBBasedExplorer Class

TdxPSDBBasedExplorer Members

dxPSDBBasedXplorer Unit