Form specification files / Form item attributes |
The STEP attribute specifies how a value is increased or decreased in one step (by a mouse click or key up/down).
STEP = integer
This attribute is typically used with form items allowing the user to change the current integer value by a mouse click like SLIDER, SPINEDIT.
SLIDER s01 = FORMONLY.slider, STEP=10;