8.8.3 HelpContext Property

Sets or returns a context ID for a topic in a Help File.
Syntax
Err.HelpContext [= contextID]
Arguments
contextID
A valid identifier for a Help topic within the Help file. Optional.
Remarks
If a Help file is specified in HelpFile , the HelpContext property is used to automatically display the Help topic identified. If both HelpFile and HelpContext are empty, the value of the Number property is checked. If it corresponds to a VBScript run-time error value, then the VBScript Help context ID for the error is used. If the Number property doesn't correspond to a VBScript error, the contents screen for the VBScript Help file is displayed.
Copyright © 2000 Chili!Soft
|