[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: stdctrls.pp line 1246
public constructor TCustomButton.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry.
Create updates the internal component style and ControlStyle with values needed for the control. Create sets the default values for properties, including:
Create calls SetInitialBounds using the height and width returned from GetControlClassDefaultSize.
Version 4.0 | Generated 2025-05-03 | Home |