Increment Method (UpDown)

Class

UpDown.

Action

Increases the position value of the up/down control.

Availability

This functionality is supported only if you are using the Classic Agent. For additional information, refer to the Silk Test Classic Classic Agent Help.

Syntax

updown.Increment(iAmount)
Variable Description
iAmount Optional: The amount to increment. INTEGER.

Notes

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.

Example

MyDialog.UpDown1.Increment()