RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEdit.CreateWindowHandle Method

Creates a Windows control to represent the control.

Pascal
procedure CreateWindowHandle(const Params: TCreateParams); override;
C++
virtual __fastcall CreateWindowHandle(const TCreateParams Params);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!