SequenceContext.GetRunTimeErrorWinHelpInfo
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
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.
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.