Constant
TargetX86
Description
Used to indicate that you are compiling code for a computer that is running x86 (Intel, AMD) hardware, regardless of operating system.
Usage
result = TargetX86
Part |
Type |
Description |
---|---|---|
result |
Returns True if you are compiling on x86 hardware. |
Compatibility
Project Types |
All |
Operating Systems |
All |
See also
DebugBuild, XojoVersion, XojoVersionString, TargetAndroid, TargetBigEndian, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetMobile, TargetWeb, TargetWindows constants; #If...#Endif statement.