Increment Method (DomainUpDown UpDownEx)

Class

DomainUpDown and UpDownEx.

Action

Increases the position value of the up/down control.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

Increment(amount)
Variable Description
amount Optional: The amount to increment. The default value is "1". INTEGER.

Notes

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.

Example

MyDialog.UpDown1.Increment()