TdxListGroups.NextGroupID Property
Returns the identifier of the next group that will be added to the group collection.
Declaration
property NextGroupID: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | A group identifier. |
Remarks
The identifier of the next group is the smallest non-negative integer that is not assigned to another group in the collection.
See Also