Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SystemInfo.isMacOSX

Returns 1 if being called on macOS.

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

Parameters

none

Result

Returns 1 or 0.

Description

Returns 1 if being called on macOS.

Examples

Try it:

Show Custom Dialog [ "MacOS?" ;
    If( MBS("SystemInfo.isMacOSX"); "yes"; "no") ]

See also

Example Databases

Blog Entries

This function is free to use.

Created 18th August 2014, last changed 28th January 2023


SystemInfo.isLion - SystemInfo.isMavericks