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

TdxPSExplorerFolder.Items Property

Provides indexed access to the current folder’s child report items.

Declaration

property Items[Index: Integer]: TdxPSExplorerItem read;

Property Value

Type
TdxPSExplorerItem

Remarks

Use the Items property to access a folder’s child items. The item to be returned is specified by its index via the Index parameter. The first item’s index is 0, the last item’s index is the ItemCount property value decremented by one.

The Items and ItemCount properties can be used in combination to traverse through the child report items collection. To access a folder’s child folders, use the Folders and FolderCount properties.

See Also