ShowHelp - method of the Pm object
Description:
Displays the help topic in the *.chm (*.hlp) file
Syntax:
Empty ShowHelp(String sFile, String sTopic)
Parameters:
sFile | (String) Name (with the extension) and path to the help file |
sTopic | (String) Identification number of the displayed help topic (for WinHelp) or the specification of the *.htm file (for HTML Help) |
---|
Example:
JavaScriptVBScriptSelect and copy to clipboard
Pm.ShowHelp("#pm:PromoticEn.chm", "/pmdoc/Objects/Pm/PropMeth/ShowHelp.htm");
Pm.ShowHelp "#pm:PromoticEn.chm", "/pmdoc/Objects/Pm/PropMeth/ShowHelp.htm"