Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

SystemInfo.Is64bitWindows

Checks Windows on Windows status.

Component Version macOS Windows Linux Server iOS SDK
SystemInfo 2.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "SystemInfo.Is64bitWindows" )

Parameters

none

Result

Returns 1 or 0.

Description

Checks Windows on Windows status.
Returns 1 if you are in a 32-bit app running on a 64-bit Windows with Intel CPU.
Returns 0 otherwise, e.g. 64-bit app on 64-bit Windows. Or running on ARM version of Windows.

See also Is64bit function to know if you are in a 64-bit application.

Examples

Shows 64-bit Windows:

Show Custom Dialog ["Info"; MBS( "SystemInfo.Is64bitWindows" )]

See also

Created 18th August 2014, last changed 4th March 2021


SystemInfo.IdleTime - SystemInfo.IsAdminUser

Feedback: Report problem or ask question.