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