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