RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGroupBox Class

TCustomGroupBox is the base class for all group-box components.

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

Group boxes are visual components that act as containers for sets of related controls, such as radio buttons. Group boxes may also contain other group boxes. TCustomGroupBox is the class from which all group-box components—including TGroupBox, TRadioGroup, and TDBRadioGroup—descend. 

 

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