Target32Bit
From Xojo Documentation
Constant As Boolean
anBoolean = Target32Bit
Indicates when your application has been compiled as a 32-bit executable.
Usage
result = Target32Bit
Part | Type | Description |
---|---|---|
result | Boolean | Returns True if your application has been compiled as a 32-bit executable. |
See Also
DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetCocoa, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetWeb, TargetWindows, TargetX86, Target64Bit constants; #If...#Endif statement.