RAD Studio VCL Reference
|
TGroupBox represents a Windows group box.
TGroupBox = class(TCustomGroupBox);
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|