Opening a CHM help file from WinDev

The WHelp function can be used to display a file or a help page for the CHM format.

Syntax using topics' Help Id:

WHelp(<NameOfHelpFile> [, <HelpId>])

Syntax using topic's Help Context number:

WHelp(<NameOfHelpFile> , <HelpContextNumber>)

Where:

See the How to manage your topic identifiers in HelpNDoc step-by-step guide.