Vcl.Samples.Spin.TSpinEdit.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.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.

See Also