[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomGroupBox

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

The base class for TGroupBox, TRadioGroup and TCheckGroup.

Declaration

Source position: stdctrls.pp line 162

type TCustomGroupBox = class(TWinControl) end;

protected

  class procedure WSRegisterClass; override;

  

Registers this component class with the current WidgetSet.

  class function GetControlClassDefaultSize; override;

  procedure CreateParams(); override;

public

  constructor Create(); override;

Inheritance

TCustomGroupBox

  

The base class for TGroupBox, TRadioGroup and TCheckGroup.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.