Constant
TargetCarbon
Warning
This item was deprecated in version 2013r1. Please use TargetMacOS as a replacement.
Description
Used to indicate that you are compiling Carbon code, which is no longer supported with Xojo.
Usage
result = TargetCarbon
Part |
Type |
Description |
---|---|---|
result |
Returns True if are compiling Carbon code or running a Carbon app. |
Notes
Xojo no longer builds Mac Carbon apps so this constant always returns False.
Compatibility
All project types on all supported operating systems.
See also
DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetWeb, TargetWindows, TargetX86 constants; #If...#Endif statement.