RAD Studio VCL Reference
|
TCustomGroupBox is the base class for all group-box components.
TCustomGroupBox = class(TCustomControl);
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|