STEP attribute
The STEP
attribute specifies how a value
is increased or decreased in one step (by a mouse click or key up/down).
Syntax
STEP = offset
- offset defines a positive integer value to be added (for an increase) or subtracted (for a decrease).
Usage
This attribute is typically used with form items allowing the user
to change the current integer value by a mouse click like
SLIDER
, SPINEDIT
.
Example
SLIDER s01 = FORMONLY.slider, STEP=10;