TdxListGroup.Items Property
In This Article
Provides indexed access to items in the group.
#Declaration
Delphi
property Items[AIndex: Integer]: TdxListItem read;
#Property Value
Type | Description |
---|---|
Tdx |
A list item. |
#Remarks
Note
Use the group’s Item
See Also