TargetX86

From Xojo Documentation

Constant As Boolean

aBoolean = TargetX86

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 Boolean Returns True if you are compiling on x86 hardware.

See Also

DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetWeb, TargetWindows constants; #If...#Endif statement.