Decrement Method (Spinner)

Class

Spinner.

Action

Decreases the value when the spinner controls are pressed.

Availability

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

Syntax

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

Notes

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

Example

MyDialog.Spinner1.Decrement(3)