API:Vcl.ComCtrls.TCustomRichEdit.CreateWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateWnd; override;

C++

virtual void __fastcall CreateWnd();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

Creates a Windows control corresponding to the edit control.

Vcl.ComCtrls.TCustomRichEdit.CreateWnd inherits from Vcl.StdCtrls.TCustomEdit.CreateWnd. All content below this line refers to Vcl.StdCtrls.TCustomEdit.CreateWnd.

Creates a Windows control corresponding to the edit control.

CreateWnd is called when the edit control is created, and whenever a change to the edit control requires the window to be recreated. After calling the inherited method, CreateWnd sends the newly created window messages to enforce the MaxLength and PasswordChar properties.

See Also