UpDown.
Increases the position value of the up/down control.
This functionality is supported only if you are using the Classic Agent. For additional information, refer to the Silk Test Classic Classic Agent Help.
updown.Increment(iAmount)
Variable | Description |
---|---|
iAmount | Optional: The amount to increment. INTEGER. |
Increment clicks the up-down control's Up button iAmount times. Increment does not verify that the clicks change the value of the control. To increment the up/down control to a specific value and verify that it reaches that value, use SetPosition.
MyDialog.UpDown1.Increment()