Skip to main content

TdxPSFileBasedExplorerFolder.Folders Property

Provides indexed access to child folders on the immediate nesting level.

Declaration

property Folders[Index: Integer]: TdxPSFileBasedExplorerFolder read; default;

Property Value

Type
TdxPSFileBasedExplorerFolder

Remarks

Use the Folders property to access a folder’s immediate child folders. The folder to be accessed is identified via the zero-based Index parameter. Note that the maximum available index is the FolderCount property value decremented by one. The FolderCount and Folders properties can be used in combination to traverse through child folders.

The Folders property overrides the base class property to return object of a proper kind.

See Also