TdxPSDBBasedExplorer.FoldersFieldNamesMap Property
In This Article
Specifies the data fields providing data about the folders structure.
#Declaration
Delphi
property FoldersFieldNamesMap: TdxPSDBBasedExplorerFoldersFieldNamesMap read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
The FoldersFieldNamesMap property provides access to the object that exposes the following properties:
Property | Description |
---|---|
ID | Specifies the name of the field containing folder’s unique IDs. |
Name | Specifies the name of the field containing folder names. |
Parent |
Specifies 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 Parent |
Note that all the properties refer to fields from the dataset specified by the Folders property.
See Also