[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomEdit.InitializeWnd

Initializes the window handle for the control.

Declaration

Source position: stdctrls.pp line 801

protected procedure TCustomEdit.InitializeWnd; override;

Description

InitializeWnd is an overridden method used to ensure that property values from the class instance are stored in the widgetset class when the handle for the control is created (or re-created). InitializeWnd calls the inherited method on entry.

Values in the following properties are posted using methods in the widgetset class:

The ShowEmulatedTextHintIfYouCan method is called when inline hints are emulated for the widgetset.

See also

TWinControl.InitializeWnd

  

Copies cached control properties to the newly created widget.


Version 3.2 Generated 2024-02-25 Home