Method XbpHelp():configure() Foundation

Reconfigures the XbpHelp object.

Syntax
:configure( [<oOwner>], <cHelpFile>, [<cTitle>] ) --> self
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 help file. The file extension must be included in the file name. The help file must be located 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 window of the online help.
Return

This method returns the object executing the method (self).

Description

The method :configure() reconfigures the XbpHelp object without releasing the system resources that have previously been requested using :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.