API: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

TCustomGroupBox is the base class for all group-box components.

Vcl.StdCtrls.TGroupBox inherits from Vcl.StdCtrls.TCustomGroupBox. All content below this line refers to Vcl.StdCtrls.TCustomGroupBox.

TCustomGroupBox is the base class for all group-box components.

Group boxes are visual components that act as containers for sets of related controls, such as radio buttons. Group boxes may also contain other group boxes. TCustomGroupBox is the class from which all group-box components—including TGroupBox, TRadioGroup, and TDBRadioGroup—descend.

See Also