StdCtrls.TGroupBox
From RAD Studio VCL Reference
Contents |
Delphi Information
From StdCtrls.pas
TGroupBox = class(TCustomGroupBox)
Unit: StdCtrls
Type: class
Inherited Class Members: StdCtrls.TGroupBox Members
C++ Information
From StdCtrls.hpp
TGroupBox = class(TCustomGroupBox)
Unit: StdCtrls
Type: class
Inherited Class Members: StdCtrls.TGroupBox Members
Class Constructors & Destructors: StdCtrls.TGroupBox Constructors
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.