Vcl.ComCtrls.TListGroups.NextGroupID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NextGroupID: Integer read GetNextGroupID;

C++

__property int NextGroupID = {read=GetNextGroupID, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListGroups

Description

Gives the ID of the next group that will be added to the current list of groups.

Use NextGroupID to obtain the ID of the next group that will be added to the current list of groups.

The ID of the next group is the smallest number, from zero through the number of groups in the Items collection, that is not taken by another group.

See Also

Code Examples