RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomUpDown.CreateWnd Method

Creates the window used by the up-down control.

Pascal
procedure CreateWnd; override;
C++
virtual __fastcall CreateWnd();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!