TargetCarbon
From Xojo Documentation
This item was deprecated in version 2013r1. Please use TargetMacOS as a replacement. |
Constant As Boolean
anBoolean = TargetCarbon
Used to indicate that you are compiling Carbon code, which is no longer supported with Xojo.
Usage
result = TargetCarbon
Part | Type | Description |
---|---|---|
result | Boolean | 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.
See Also
- Declare
- DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetCocoa, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetWeb, TargetWindows, TargetX86 constants; #If...#Endif statement.