Purpose
Shows the tooltip of your application in the Tools Manager. Reserved procedure. Called automatically while mbx is starting.
Type: MapBasic Function (reserved)
Return Value: String
Example
Declare Function AddIn_Description() As String
'******************************
Function AddIn_Description() As String
AddIn_Description = "Example to open the table containing the selected object in a browserwindow"
End Function