GROUP statement
The GROUP statement creates a new property group.
Syntax
GROUP name [caption] [EXTID extID] [: parentName];
Description
The GROUP statement declares a new property group and adds it to the current module.
Parameters
-
nameGroup name. Simple ID. The name must be unique within the current namespace.
-
captionGroup caption. String literal. If the caption is not defined, the name of the group will be its caption.
-
EXTID extIDSpecifying the name to be used to export/import this property group. Used only in the structured view.
-
extIdString literal.
-
-
parentNameName of the parent group. Сomposite ID. If the name of the parent group is not defined, the
System.privategroup becomes the parent.
Examples
GROUP base : root; // The caption of this group will be 'base'
GROUP local 'Local properties'; // The parent group of local will be System.private