TCustomdxPSExplorerItem.Parent Property
Specifies the item’s parent folder.
Declaration
property Parent: TdxPSExplorerFolder read; write;
Property Value
Type |
---|
TdxPSExplorerFolder |
Remarks
Read the Parent property to obtain an object representing the item’s parent folder. Change this property value to move the item to another folder.
See Also