Name
Application.ShowHelpNode -- show certain node in help file (V2.0)
Synopsis
moai.DoMethod(id, "ShowHelpNode", node$)
Function
If you have defined a help file for your application using the Application.HelpFile attribute, you can use this method to show the node specified by node$ in that help file.

To show one of the standard parts of the help file instead of a specific node, use the Application.ShowHelp method instead.

Inputs
id
id of the application object
node$
node to show

Show TOC