[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: stdctrls.pp line 176
public constructor TCustomGroupBox.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance. It calls the inherited constructor on entry to the method. Create ensures that the component style is set to the value csGroupBox, and includes the value csAcceptsControls in the ControlStyle property. Create calls SetInitialBounds to resize the control using the values returned from GetControlClassDefaultSize.
|
Returns the default size for this class of controls (when added to a form). |
|
|
Style flags, specifying whether the control responds to mouse clicks, can be re-sized, has particular actions, etc. |
|
|
Sets the bounds of the control initially, when it is created. |
lazarus-ccr.sourceforge.net |