HelpTopic Property (ACommonDialog)

Returns or sets the string that identifies the requested Help topic.

Syntax

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.

Comments

This property will be ignored by older version of WinHelp files (files with .HLP extension). HelpContextId will be used instead.

Example

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

Applies to

ACommonDialog

See Also

FileName, HelpCommand, HelpFile, InitialDir