TdxListGroups.Items Property
Provides indexed access to stored groups.
Declaration
property Items[AIndex: Integer]: TdxListGroup read; write; default;
Property Value
Type | Description |
---|---|
TdxListGroup | A list group. |
Remarks
Note
Use the collection’s Count property to obtain the total group count.
See Also