Vcl.StdCtrls.TCustomEdit.CreateWindowHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateWindowHandle(const Params: TCreateParams); override;

C++

virtual void __fastcall CreateWindowHandle(const Vcl::Controls::TCreateParams &Params);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomEdit

Description

Creates a Windows control to represent the control.

CreateWindowHandle calls the inherited CreateWindowHandle method after working around a Win95 bug involving setting the read-only style on machines with Far East locales.

See Also