DomainUpDown and UpDownEx.
Increases the position value of the up/down control.
This functionality is supported only if you are using the Open Agent.
Increment(amount)
Variable | Description |
---|---|
amount | Optional: The amount to increment. The default value is "1". INTEGER. |
For Windows-based applications, to increment the up-down control to a specific value and verify that it reaches that value, set the Position property.
MyDialog.UpDown1.Increment()