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

TToolButton.Grouped

Is this button a member of a group? Default false

Declaration

Source position: comctrls.pp line 1614

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

Description

Is this button a member of a group?

This would mean behaviour 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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.