Spinner.
Decreases the value when the spinner controls are pressed.
This functionality is supported only if you are using the Open Agent.
Decrement (value)
Variable | Description |
---|---|
value | Optional: The amount to decrement. The default value is "1". INTEGER. |
To decrement the spinner controls to a specific value and verify that it reaches that value, set the Position property.
MyDialog.Spinner1.Decrement(3)