Returns or sets the path and filename of a Help file.
Object.HelpFile [ = sHelpFile ]
The HelpFile property syntax has the following parts:
Name |
Type |
Description |
Object |
ACommonDialog |
ACommonDialog control |
sHelpFile |
BString |
The path and filename of a Help file. |
The HelpFile property specifies the path and filename of a Help file used by your application to display Help or online documentation.
The following example will set the the path and filename of a Help file to "MyHelp.txt":
cdlg1.HelpFile="MyHelp.chm"
cdlg1.HelpCommand=acdlgHelpCommandContext
cdlg1.HelpContextId=0x12345
cdlg1.ShowHelp