Vcl.StdCtrls.TGroupBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomGroupBoxVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTGroupBox

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.

See Also