Name
Application.ShowHelp -- show application help file (V2.0)
Synopsis
moai.DoMethod(id, "ShowHelp", what$)
Function
If you have defined a help file for your application using the Application.HelpFile attribute, you can use this method to show that help file. You have to pass the part of the help file that should be shown in the what$ parameter. This can be one of the following special values:

Contents
Show the help file's table of contents.

Index
Show the help file's index.

Search
Show the help file's search page. This is currently only supported on Windows.

To show a specific node of the help file, use the Application.ShowHelpNode method instead.

Inputs
id
id of the application object
what$
part of the help file to show (see above for possible values)

Show TOC