TIMEEDIT stack item
Defines a line-edit with a clock widget to pick a time, in a stack-based layout.
Syntax
TIMEEDIT 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.
Attributes
AUTONEXT, COLOR, COLOR WHERE,
COMMENT, DEFAULT, FONTPITCH, HIDDEN, IMAGECOLUMN,
INCLUDE, JUSTIFY, NOT NULL, NOENTRY, PLACEHOLDER, REQUIRED, SAMPLE, STYLE, TABINDEX, TAG, TITLE, UNSORTABLE, UNSIZABLE, UNHIDABLE, UNMOVABLE, VALIDATE
LIKE.
Usage
Define the rendering and behavior of a time edit stack item, with a
TIMEEDIT element inside a STACK container.
For more details about this item type, see TIMEEDIT item type.
Example
TIMEEDIT package.arrtime;