Returns the object help file.
[ sHelpFile = ] Object.HelpFile
The HelpFile property syntax has the following parts:
Name |
Type |
Description |
Object |
ASystem |
ASystem object |
sHelpFile |
BString |
A string specifying the object help file. |
The following statement shows how to display a help window containing the main help topic for the current system. It is assumed that the variable frm contains an already loaded form:
frm.ShowHelpContext(System.HelpFile, System.HelpTopic)