RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonGroup Class

TButtonGroup displays a group of buttons in a container.

Pascal
TButtonGroup = class(TCustomControl);
C++
class TButtonGroup : public TCustomControl;

You can use a TButtonGroup to create a related set of buttons. For example in the RAD Studio IDE, a button group control is used to display Tool Palette categories. The button group appears when you click the Categories button in the IDE. 

 

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