SPINEDIT stack item
Defines a spin box widget to enter integer values in a stack-based layout.
Syntax
SPINEDIT field-name [ , attribute-list ] ;
- field-name identifies the name of the screen record field.
- attribute-list defines the aspect and behavior of the form item.
Form attributes
AUTONEXT
, COLOR
, COLOR WHERE
, COMMENT
, DEFAULT
, FONTPITCH
, HIDDEN
, IMAGECOLUMN
, INCLUDE
, JUSTIFY
, NOT NULL
, NOENTRY
, PLACEHOLDER
, REQUIRED
, 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 spin edit stack item, with a
SPINEDIT
element inside a STACK
container.
For more details about this item type, see SPINEDIT item type.
Example
SPINEDIT command.nbitems, STEP=5;