IWinApplicationHelp.DisplayContents

Syntax

DisplayContents([HelpFile: String = ""]);

Parameters

HelpFile. Optional parameter determining the name of help file to be opened. If the parameter is not set, the system opens the file specified in the FileName property.

NOTE. If the path to help file is not specified, the file is searched in the folder, from which the current platform instance is started.

Description

The DisplayContents method opens the help file on the Contents tab.

Example

The example of use is given in description of the IWinApplicationHelp.FileName property.

See also:

IWinApplicationHelp