Vcl.StdCtrls.TGroupBox
Delphi
TGroupBox = class(TCustomGroupBox)
C++
class PASCALIMPLEMENTATION TGroupBox : public TCustomGroupBox
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | Vcl.StdCtrls |
Description
TGroupBox represents a Windows group box.
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.