[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Applies changes to the control value using its increment and decrement buttons.
Source position: comctrls.pp line 1966
protected procedure TCustomUpDown.AdjustPos( |
incPos: Boolean |
); |
incPos |
|
True when the position is being incremented. False when being decremented. |
AdjustPos is a method used to apply changes to the value for the control when the increment or decrement buttons are clicked. AdjustPos uses the value in the FUseWS member to determine if the change in value is handled in the widgetset class, or handled in TCustomUpDown.
Introduced in LCL version 2.1.0.
|
Implements the OnKeyDown event handler assigned to the Associate control in the class instance. |
|
|
Implements an OnMouseWheel event handler assigned to the Associate control in the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |