Programming with Reflection
Help method
Syntax object.Help [HelpTopic], [HelpFile]
Displays help for the specified help topic.
For example, this statement displays this topic:
Session.Help "Help method", "Rwinprog.hlp"
HelpTopic Argument Type: String
Optional
Specifies the index entry of the help topic to display. If this argument is omitted, or the specified entry is not found, the Help Topics window is displayed.
HelpFile Argument Type: String
Optional
Specifies the name of the help file to use. If omitted, the Reflection help file (R1win.hlp, R2win.hlp, or R4win.hlp) is used.