Skip to main content

TdxPSDBBasedExplorerItem.ParentID Property

Specifies the item’s parent folder by its ID.

Declaration

property ParentID: Integer read; write;

Property Value

Type
Integer

Remarks

The ParentID property returns the item’s parent folder ID. This value is taken from a dataset field specified by the explorer component’s ItemsFieldNamesMap.ParentID property. The field value is read from the record corresponding to the current item.

Note that you can also change the ParentID property value to move the item to another folder. Set the property to 0 to move the item to the explorer’s root folder.

See Also