UpDown.
Decreases 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.Decrement ([iAmount])
Variable | Description |
---|---|
iAmount | Optional: The amount to decrement. INTEGER. |
Decrement clicks the up-down control's Down button iAmount times. Decrement does not verify that the clicks change the value of the control. To decrement the up/down control to a specific value and verify that it reaches that value, use SetPosition.
MyDialog.UpDown1.Decrement()