Vcl.Samples.Spin.TSpinEdit.CreateWnd
Delphi
procedure CreateWnd; override;
C++
virtual void __fastcall CreateWnd();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | Vcl.Samples.Spin.pas Vcl.Samples.Spin.hpp  | 
        Vcl.Samples.Spin | TSpinEdit | 
Description
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 re-created.