The IWinApplicationHelp interface contains properties and methods that are used to work with application help.
Connection process and tips on using the help system in custom applications are described in the knowledge base subsection: Using User Help.
Property name | Brief description | |
FileName | The FileName property determines help file name and path. |
Method name | Brief description | |
ALinkLookup | The ALinkLookup method searches keywords associated with help pages but not included into the index and opens help file on the page associated with the keyword. | |
Context | The Context method searches page by its numeric identifier and opens help file on this page if the search is successful. | |
DisplayContents | The DisplayContents method opens the help file on the Contents tab. | |
DisplayIndex | The DisplayIndex method opens the help file on the Index tab. | |
DisplaySearch | The DisplaySearch method opens help file on the Search tab. | |
KeywordLookup | The KeywordLookup method searches keywords in the index and opens the help on the page associated with the keyword. |
See also: