Returns or sets the string that identifies the requested Help topic.
Object.HelpTopic [ = sHelpTopic ]
The HelpTopic property syntax has the following parts:
Name |
Type |
Description |
Object |
ACommonDialog |
ACommonDialog control |
sHelpTopic |
BString |
The string that identifies the requested Help topic. |
This property will be ignored by older version of WinHelp files (files with .HLP extension). HelpContextId will be used instead.
The following example will display the help topic identified by "MyTopic.htm":
cdlg1.HelpFile="MyHelp.chm"
cdlg1.HelpCommand=acdlgHelpCommandTopic
cdlg1.HelpTopic="MyTopic.htm"
cdlg1.ShowHelp