GROUP item type

The GROUP item type defines attributes for a groupbox layout tag.

Syntax

GROUP layout-tag: item-name [  , attribute-list ] ;
  1. layout-tag is an identifier that defines the name of the layout tag.
  2. item-name identifies the form item.
  3. attribute-list defines the aspect and behavior of the form item.

Attributes

COMMENT, FONTPITCH, GRIDCHILDRENINPARENT, HIDDEN, STYLE, TAG, TEXT.

Usage

The GROUP form item type can be used to specify the attributes of a group container defined with a layout tag.

LAYOUT
GRID
{
<GROUP g1             >
 Num: [f001         ]
 ...

}
END
END

ATTRIBUTES
GROUP g1: group1,
   TEXT="Description",
   GRIDCHILDRENINPARENT;
...