Method XbpHelp():new() Foundation

Creates an instance of the XbpHelp class.

Syntax
XbpHelp():new( [<oOwner>], <cHelpFile>, [<cTitle>] ) --> oXbpHelp
Parameters
<oOwner>
<oOwner> optionally specifies the owner for the XbpHelp object. By default the current window (the return value of SetAppWindow()) is the owner, but any dialog element can be passed as <oOwner>.
<cHelpFile>
The <cHelpFile> parameter is a character string specifying the file name of the compiled online help file. The file extension must be included in the file name. The help file must be either in the current directory or in one of the directories specified in the path defined by the environment variable SET HELP=.
<cTitle>
<cTitle> is an optional character expression that defines the title for the main window of the online help.
Return

The :new() class method returns an XbpHelp object. The help window itself must be requested from the operating system using the method :create().

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.