Vcl.ComCtrls.TCustomUpDown.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomUpDown

Description

Creates the window used by the up-down control.

After calling the inherited method to create the up-down control's window, CreateWnd sends the newly created windows messages so that it reflects the current values of the Associate, Increment, Max, Min, and Position properties.

See Also