Property String psHtmlHelpTopic
Read Access: | Get psHtmlHelpTopic to StringVariable |
Write Access: | Set psHtmlHelpTopic to StringVariable/Value |
Html help page name (e.g. reporting.htm) and optional bookmark. Can be used to locate the proper contextual help page.
The topic is an HTML page that is part of the help file for your application, meaning it is compiled into a compiled HTML Help (CHM) file, which should be set via psHelpFile.
This sample sets psHtmlHelpTopic to help topic 'MyHelpTopic.htm'.
set psHtmlHelpTopic to "MyHelpTopic.htm"
This sample sets psHtmlHelpTopic to help topic 'MyHelpTopic.htm', and bookmark 'Bookmark1' on that page.
set psHtmlHelpTopic to "MyHelpTopic.htm#Bookmark1"