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