TdxPSExplorerFolder.Folders Property
Provides indexed access to child folders.
Declaration
property Folders[Index: Integer]: TdxPSExplorerFolder read; default;
Property Value
Type |
---|
TdxPSExplorerFolder |
Remarks
Use the Folders property to access the current folder’s child folders. The folder to obtain is specified by its index via the Index parameter. The first folder’s index is 0 the last available child folder’s index is the value returned from the FolderCount property decremented by one.
The Folders and FolderCount properties can be used in combination to traverse through the child folders. To access a folder’s child items, use the Items and ItemCount properties.
See Also