[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TToolButton.Grouped

Indicates if the tool button is a member of a group. The default value is False.

Declaration

Source position: comctrls.pp line 2180

published property TToolButton.Grouped : Boolean
  read FGrouped
  write SetGrouped
  default False;

Description

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.