Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSFileBasedExplorerFolder.Items Property

Provides indexed access to immediate child items.

#Declaration

Delphi
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