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