Vcl.ActnCtrls.TCustomButtonControl.AllowAllUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowAllUp: Boolean read FAllowAllUp write SetAllowAllUp;

C++

__property bool AllowAllUp = {read=FAllowAllUp, write=SetAllowAllUp, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomButtonControl

Description

Indicates whether all the buttons in a given group can be up at the same time.

Set AllowAllUp to true to allow all buttons in a given group to be deselected simultaneously. If AllowAllUp is false, then the button group in question must have exactly one button selected at any given time. Groups of buttons designed this way are sometimes called radio buttons.

See Also