Skip to main content
A newer version of this page is available. .

TdxPSFileBasedExplorerFolder.Items Property

Provides indexed access to immediate child items.

Declaration

property Items[Index: Integer]: TdxPSFileBasedExplorerItem read;

Property Value

Type
TdxPSFileBasedExplorerItem

Remarks

Use the Items property to access the folder’s immediate child items using the indexer notation. Items are identified via the zero-based Index parameter. The last item’s index is the ItemCount property value decremented by one. The ItemCount and Items properties can be used in combination to traverse through child items.

The Items property overrides the base class property to return objects of a proper type.

See Also