HELPITEM Statement
Syntax:
HELPITEM application-window-id, help-subtable-id, extended-helppanel-id
The HELPITEM statement defines the help items in a help table. The statement,
permitted only in a HELPTABLE statement, specifies the resource identifier
of an application window for which help is provided, and the resource identifiers
of the help subtable and extended help panel associated with the application
window.
You can provide any number of HELPITEM statements in a HELPTABLE statement.
You should provide one HELPITEM statement for each application window for
which help is provided.
application-window-id
Specifies the resource identifier
of an application window for which help is provided. This value must be
a signed integer in the range -32768 through 32767, an unsigned integer
in the range of 1 through 65535, or a simple expression that evaluates to
a value in these ranges.
help-subtable-id
Specifies
the resource identifier of the help subtable associated with the specified
application window. This value must be an unsigned integer in the range
of 1 through 65535, or a simple expression that evaluates to a value in
these ranges.
extended-helppanel-id
Specifies
the resource identifier of the extended help panel associated with the specified
application window. This value must be an integer in the range 0 through
65535. However, in IPF a panel-id must be an integer in the range of 0 to
64000.
Example
This example defines a help item that associates a help subtable called
IDSUB_FILEMENU and an extended help panel called IDEXT_APPHLP with an application
window called IDWIN_FILEMENU.
HELPITEM IDWIN_FILEMENU, IDSUB_FILEMENU, IDEXT_APPHLP
[Back: GROUPBOX Statement]
[Next: HELPSUBITEM Statement]