RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGroupBox Class

TGroupBox represents a Windows group box.

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

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. 

 

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