[Overview][Classes][Procedures and functions][Index] |
Minimum value allowed for the spin edit control.
Source position: spin.pp line 162
public property TCustomSpinEdit.MinValue : Integer |
MinValue contains the minimum value allowed for the spin edit control. It is used, along with MaxValue, to determine the range of values allowed in the Value property.
When MinValue and MaxValue have the same value, or MaxValue is smaller than MinValue, the range limit is not enforced. This allows any value to be assigned to the control.
|
Maximum value allowed for the spin edit control. |
|
|
The value for the spin edit control. |
|
|
The value by which the value of the control should be increased/decreased when the user clicks one of the arrows or one of the keyboard up/down arrows. |
|
|
Gets the value for the control limited the range in MinValue and MaxValue. |
Version 4.0 | Generated 2025-05-03 | Home |