[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The largest value allowed in the Position property.
Source position: comctrls.pp line 1993
protected property TCustomUpDown.Max : SmallInt |
Max is a SmallInt property which contains the largest value allowed in the Position property. The default value for the property is 100. A new value assigned to the property is also applied to Position if it is larger than the new value in Max. The new value is also applied to the widgetset class instance when its handle has been assigned.
Values in Min and Max are used in the Click method when a new value for Position is validated and range limited. It is also used in AdjustPos when key down events are handled for the control.
|
The smallest value allowed in the Position property. |
|
|
The current position (or value) for the control as a SmallInt type. |
|
|
Handles a mouse click on a speed button in the control. |
|
|
Applies changes to the control value using its increment and decrement buttons. |
Version 4.0 | Generated 2025-05-03 | Home |