Increment Method (Spinner)

Class

Spinner.

Action

Increases the value when the spinner controls are pressed.

Availability

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

Syntax

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

Notes

To increment the spinner controls to a specific value and verify that it reaches that value, set the Position property.

Example

MyDialog.Spinner1.Increment(3)