Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required String parameter that indicates what help file to open.
Optional Long parameter that indicates which Context ID number in HelpFile to open.
Optional String parameter that indicates a string to match among HelpFile’s topics.
Help Method
Description
Calls and opens a help file and topic.
Syntax
Visual Basic
Public Sub Help( _
   ByVal HelpFile As String, _
   ByVal HelpContext As Long, _
   ByVal HelpString As String _
) 
Parameters
HelpFile
Required String parameter that indicates what help file to open.
HelpContext
Optional Long parameter that indicates which Context ID number in HelpFile to open.
HelpString
Optional String parameter that indicates a string to match among HelpFile’s topics.
Remarks

If both the HelpContext and HelpString are provided, the HelpString will be ignored. If neither is provided, the first help page is shown.

See Also