Constructor for the class instance.
Source position: stdctrls.pp line 842
public constructor TCustomEdit.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create ensures that values in the component and ControlStyle properties are set for the control. ControlStyle excludes the value csCaptureMouse and includes the value csRequiresKeyboardInput.
Create sets the default values for properties, including: MaxLength, HideSelection, ParentColor, TabStop, EchoMode, BorderStyle, AutoSelect, AutoSelected, and TextHint.
CT Web help |
CodeTyphon Studio |