Skip to main content

TdxPSDBBasedExplorerFolder.Folders Property

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

Declaration

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

Property Value

Type
TdxPSDBBasedExplorerFolder

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. The maximum available index is the value of the FolderCount property 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 objects of a proper type.

See Also