Constant
TargetMobile
Description
Used to indicate whether the app is a Mobile app.
Usage
result = TargetMobile
Part |
Type |
Description |
---|---|---|
result |
Returns True if you are compiling or running a mobile app. |
Compatibility
All project types on all supported operating systems.
See also
DebugBuild, XojoVersion, XojoVersionString, TargetAndroid, TargetBigEndian, TargetiOS, TargetMacOS, TargetDesktop, TargetLinux, TargetLittleEndian, TargetWeb, TargetWindows, TargetX86, TargetARM constants; #If...#Endif statement.