Application.LongVersion

From Xojo Documentation

Read-Only Property (As String )
StringValue = aApplication.LongVersion

Supported for all project types and targets.

Long version of the Application, corresponding to the version information.

Notes

LongVersion usually contains the application name, version number and copyright information.

Sample Code

Display the long version:

MessageBox(App.LongVersion)