RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGroupBox Class

TGroupBox represents a Windows group box.

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

StdCtrls

The TGroupBox component represents a standard Windows group box, used to group related controls on a form. When another control component is placed within a group box, the group box becomes the parent of that component. 

 

TRadioGroup 

TDBRadioGroup 

TControl 

Group Boxes and Radio Groups 

Grouping Controls

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