NumericStepper.nextValue

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

stepperInstance.nextValue

Description

Property (read-only); the next sequential value. This property can contain a number with up to three decimal places.

Example

The following example sets the stepSize property to 1 and the starting value to 4, which would make the value of nextValue 5:

myStepper.stepSize = 1;
myStepper.value = 4;
trace(myStepper.nextValue);

See also

NumericStepper.previousValue