RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomButtonControl.AllowAllUp Property

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

Pascal
property AllowAllUp: Boolean;
C++
__property Boolean AllowAllUp;

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." 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!