Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TToolButton.AllowAllUp

Indicates if all buttons in a group can have their Down property set to False.

Declaration

Source position: comctrls.pp line 2160

published property TToolButton.AllowAllUp : Boolean
  read FAllowAllUp
  write FAllowAllUp
  default False;

Description

AllowAllUp, when True, indicates that all buttons in a group are allowed to be 'Up' at the same time. The default value for the property is False, and indicates that one of the grouped buttons must have its Down property set to True.

See also

TToolButton.Grouped

  

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

TToolButton.Down

  

Is this button Down (i.e. has it been selected)? Default false.