AddIn_Version

Purpose

Shows the version number  of your application in the Tools Manager.

Reserved procedure. Called automatically while mbx is starting.

Only available if AddIn_About is defined

 

Type: MapBasic Function (reserved)

 

Return Value: String

 

Example

Declare Function AddIn_Version() As String

'******************************

Function AddIn_Version() As String

 AddIn_Version = "Version 2.0"

End Function