[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the tool button is a member of a group. The default value is False.
Source position: comctrls.pp line 2169
published property TToolButton.Grouped : Boolean |
Is this button a member of a group?
This would mean behavior similar to the radio buttons in a TRadioGroup where only one button in the group can be selected, or the check boxes in a TCheckGroup where more than one item can be selected but the members of the group interact in some way.