[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: editbtn.pas line 123
public constructor TCustomEditButton.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the constructor for TCustomEditButton. It calls the inherited Create method then sets default values and initializes variables.
Initializes height and width, cursor, glyph, style, checks visibility, event handler for click.
|
Constructor for the class instance. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |