MobileApplication.StageCode
From Xojo Documentation
Design Property (as Integer)
![]() |
This property is only available on platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
Stage Code of the application, corresponding to the version information.
Notes
Use the four Application class constants to set/get the Stage. Stage can be set only in the IDE.
Value | Description |
---|---|
0 | Development |
1 | Alpha |
2 | Beta |
3 | Final |