[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Initializes the window handle for the control.
Source position: comctrls.pp line 1967
protected procedure TCustomUpDown.InitializeWnd; override; |
InitializeWnd is an overridden method used to initialize the widgetset class for the control. InitializeWnd calls the inherited method. When the FUseWS member contains False, no additional actions are performed in the method. When it contains True, methods in its widgetset class are called to synchronize values in the Min, Max, Position, Increment, Wrap, Orientation, and UseArrowKeys properties.
Introduced in LCL version 2.1.0.
Version 4.0 | Generated 2025-05-03 | Home |