psHtmlHelpTopic - FloatingPanel

Html help page name (e.g. reporting.htm) and optional bookmark. Can be used to locate the proper contextual help page.

Type: Property

Access: Read/Write

Data Type: String

Parameters: None

Syntax
 Property String psHtmlHelpTopic

Read Access: Get psHtmlHelpTopic to StringVariable
Write Access: Set psHtmlHelpTopic to StringVariable/Value


Description

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.

Sample

This sample sets psHtmlHelpTopic to help topic 'MyHelpTopic.htm'.

set psHtmlHelpTopic to "MyHelpTopic.htm"


Sample

This sample sets psHtmlHelpTopic to help topic 'MyHelpTopic.htm', and bookmark 'Bookmark1' on that page.

set psHtmlHelpTopic to "MyHelpTopic.htm#Bookmark1"