helpGroup
The helpGroup property
indicates whether to use
the FormGroup specified in a use statement
as a
help group. You can specify a maximum of two FormGroups in a Program.
If you
specify two FormGroups, one of them must be a help group, containing
read-only
forms. For more information about help groups, see Introduction to FormGroup parts.
The following values are available:
- NO (the default)
- Use the specified FormGroup to resolve Form part names.
- YES
- Use the specified FormGroup as a help form.
The property is a BOOLEAN type. The default value of the property is NO.