Create - constructor for TCustomEditButton: calls inherited Create then sets some defaults and initializes some variables.
Source position: editbtn.pas line 118
public constructor TCustomEditButton.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create - constructor for TCustomEditButton: calls inherited Create then sets some defaults and initializes some variables.
Initializes height and width, cursor, glyph, style, checks visibility, event handler for click.
TComponent.Create |
||
|
Constructor for the class instance. |
|
|
Constructor for the class instance. |