[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCustomGroupBox - the base class for TGroupBox, TRadioGroup and TCheckGroup
Source position: stdctrls.pp line 161
type TCustomGroupBox = class(TWinControl) |
||
protected |
||
procedure WSRegisterClass; override; |
|
WSRegisterClass - Register this Class for the current Widget Set |
function GetControlClassDefaultSize; override; |
|
GetControlClassDefaultSize - sets its own defaults, overriding the inherited values |
public |
||
constructor Create(); override; |
|
Create - constructor for TCustomGroupBox: calls inherited Create then initialises style and bounds |
end; |
|
TCustomGroupBox - the base class for TGroupBox, TRadioGroup and TCheckGroup |
|
| | ||
|
TWinControl - the base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |