SequenceContext.GetRunTimeErrorWinHelpInfo

Syntax

SequenceContext.GetRunTimeErrorWinHelpInfo( helpID, helpFile)

Purpose

Obtains the help ID and help file for the run-time error. Use the help ID and help file when you call the Engine.DisplayHelpTopic method.

Remarks

If a run-time error occurs, use this method to obtain the associated help file and/or help ID.

Note Not all run-time errors have associated help files.

Parameters

helpID As Long

[Out] Returns a help ID for a topic in a help file to provide context-sensitive help for the object.

helpFile As String

[Out] Returns the help file path.

See Also

Engine.DisplayHelpTopic

SequenceContext.GetRunTimeErrorMessageEx