Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SystemInfo.isMojave
Whether the operation system is macOS 10.14 Mojave or newer.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SystemInfo | 8.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SystemInfo.isMojave" )
Parameters
none
Result
Returns 1 or 0.
Description
Whether the operation system is macOS 10.14 Mojave or newer.Examples
Check for MacOS Mojave:
Show Custom Dialog [ "MacOS Mojave?" ; If(MBS( "SystemInfo.isMojave" ); "yes"; "no") ]
See also
- SystemInfo.isLeopard
- SystemInfo.isMacOSX
- SystemInfo.isMonterey
- SystemInfo.isSonoma
- SystemInfo.UserName
Release notes
- Version 8.4
- Added SystemInfo.isMojave function.
Blog Entries
- Neues MBS FileMaker Plugin 8.4 - Über 5400 Funktionen in einem Plugin
- MBS FileMaker Plugin 8.4 - More than 5400 Functions In One Plugin
- MBS FileMaker Plugin, version 8.4pr1
This function is free to use.
Created 27th July 2018, last changed 28th January 2023
