TdxListGroups.NextGroupID Property
In This Article
Returns the identifier of the next group that will be added to the group collection.
#Declaration
Delphi
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