SLIDER stack item

Defines a slider element in a stack-based layout.

Syntax

SLIDER field-name [ , attribute-list ] ;
  1. field-name identifies the name of the screen record field.
  2. attribute-list defines the aspect and behavior of the form item.

Form attributes

COLOR, COLOR WHERE, COMMENT, DEFAULT, FONTPITCH, HIDDEN, INCLUDE, JUSTIFY, NOENTRY, ORIENTATION, SAMPLE, STEP, STYLE, TABINDEX, TAG, TITLE, UNSORTABLE, UNSIZABLE, UNHIDABLE, UNMOVABLE, VALIDATE LIKE, VALUEMIN, VALUEMAX.

Style attributes

Common: backgroundColor, border, fontFamily, fontSize, fontStyle, fontWeight, localAccelerators, showAcceleratorInToolTip, textColor, textDecoration.

Class-specific: none.

Usage

Define the rendering and behavior of a slider stack item, with a SLIDER element inside a STACK container.

For more details about this item type, see SLIDER item type.

Example

SLIDER workstate.duration,
  VALUEMIN=0, VALUEMAX=5,
  STEP=1;