MobileApplication
From Xojo Documentation
Class (inherits from Object)
This class is supported on Mobile. Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported. |
The base class for mobile applications.
Constructors | |
|
Events | ||||||||||
|
Methods | ||
|
Properties | |||||||||
|
Notes
You can change the iOS App Name using an IDE Script like this:
PropertyValue("App.iOSAppName") = "MyApp"
Compatibility
Mobile project types on iOS.