Method XbpHelpLabel():new() Foundation

Creates an instance of the XbpHelpLabel class.

Syntax
XbpHelpLabel():new( [<cnRefID>] ) --> oXbpHelpLabel
Parameters
<cnRefID>
<cnRefID> is an optional parameter which is assigned to the instance variable :helpID.
OS/2 IPF help: <cnRefID> is either a numeric ID for a heading tag in the online help source code (attribute res= in the IPF file), or a character expression that is the symbolic ID of the heading tag (attribute refid= in the IPF file).
Windows HTML help: <cnRefID> is a character string specifying the name of the HTML file which contains the text for the help window.
Windows RTF help: <cName> is the symbolic name of a help window as defined in the RTF source code with #{\footnote <cnRefID>}. If a numeric ID is used for <cnRefID>, it must be mapped to the symbolic name of the help window as it appears the footnote definition in the RTF source file. Mapping of numeric IDs is done in the [MAP] section of the help project file (HPJ file).
Return

The class method :new() returns an XbpHelpLabel object.

Description

The numeric or symbolic ID of the help text can be specified when the XbpHelpLabel object is created. This help text is displayed after the help label object is activated. If <cnRefID> is not specified, the online help displays the table of contents when it is activated.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.