Purpose
Opens the linked help file of your application in the Tools Manager.
Reserved procedure. Called automatically while mbx is starting.
Type: MapBasic Sub (reserved)
Example
Declare Sub AddIn_Help
'******************************
Sub AddIn_Help
Note "Ribbon Sample Help"
End Sub