TdxListGroup.Items Property
Provides indexed access to items in the group.
Declaration
property Items[AIndex: Integer]: TdxListItem read;
Property Value
Type | Description |
---|---|
TdxListItem | A list item. |
Remarks
Note
Use the group’s ItemCount property to obtain the total item count in the group.
See Also