Application.LongVersion
From Xojo Documentation
![]() |
This item was deprecated in version 2018r1. Please use Application.Copyright as a replacement. |
Read-Only Property (As String )
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)