ConsoleApplication.Copyright
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Design Property (as String)
Copyright information of the Application.
Notes
Copyright usually contains the application name, version number and copyright information.
Sample Code
Logs the app version:
System.DebugLog("Copyright: " + App.Copyright)