Difference between revisions of "TargetiOS"
From Xojo Documentation
(Created page with "{{ConstantBox | type=Boolean | name=TargetiOS | platform=all | scope=global }} {{Description |text = Used to indicate that you are compiling code for iOS.}} == Usage == ''res...") |
m (→See Also) |
||
Line 22: | Line 22: | ||
== See Also == | == See Also == | ||
− | [[DebugBuild]], [[XojoVersion]], [[XojoVersionString]], [[TargetBigEndian]], [[TargetMacOS]], [[TargetDesktop]], [[TargetLinux]], [[TargetLittleEndian]], [[ | + | [[DebugBuild]], [[XojoVersion]], [[XojoVersionString]], [[TargetBigEndian]], [[TargetMacOS]], [[TargetDesktop]], [[TargetLinux]], [[TargetLittleEndian]], [[TargetWeb]], [[TargetWindows]], [[TargetX86]], [[TargetARM]] constants; [[#If...#Endif]] statement. |
[[Category:Language_OS]] | [[Category:Language_OS]] |
Latest revision as of 15:27, 21 November 2018
Constant As Boolean
aBoolean = TargetiOS
Used to indicate that you are compiling code for iOS.
Usage
result = TargetiOS
Part | Type | Description |
---|---|---|
result | Boolean | Returns True if you are compiling or running for iOS. |
See Also
DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetMacOS, TargetDesktop, TargetLinux, TargetLittleEndian, TargetWeb, TargetWindows, TargetX86, TargetARM constants; #If...#Endif statement.