TdxPSDBBasedExplorerFolder.ParentID Property
Specifies the parent folder’s ID.
Declaration
property ParentID: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
The ParentID property returns the parent folder’s ID. Such IDs are taken from the data field specified by the explorer component’s FoldersFieldNamesMap.ParentID property. The value is read from the record corresponding to the current folder.
Note that you can change the ParentID property value to move the folder to another parent. To move the folder to the root folder, set the property to 0.
See Also