TdxListItems.Items Property
In This Article
Provides indexed access to stored items.
#Declaration
Delphi
property Items[Index: Integer]: TdxListItem read; write; default;
#Property Value
Type | Description |
---|---|
Tdx |
A list item. |
#Remarks
Note
Use the collection’s Count property to obtain the total item count.
See Also