Vcl.RibbonActnCtrls.TRibbonSpinEdit.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.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinEdit

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 recreated.

See Also