TCustomdxPSExplorerItem.Parent Property
In This Article
Specifies the item’s parent folder.
#Declaration
Delphi
property Parent: TdxPSExplorerFolder read; write;
#Property Value
Type |
---|
Tdx |
#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