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;

StdCtrls

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. 

 

TCustomGroupBox 

TDBRadioGroup 

TRadioGroup 

TGroupBox 

TCustomControl 

TWidgetControl

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!