TdxPSDBBasedExplorerFolder.Items Property
Provides indexed access to child items at the immediate nesting level.
Declaration
property Items[Index: Integer]: TdxPSDBBasedExplorerItem read;
Property Value
Type |
---|
TdxPSDBBasedExplorerItem |
Remarks
Use the Items property to access the folder’s child items. The item to be returned is 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 the child items list.
The Items property overrides the base class property to return objects of a proper type.
See Also