Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
IsWindows
Whether we run on Windows.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Plugin | 6.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameters
none
Result
Returns 1, 0 or error.
Description
Whether we run on Windows.Returns 1 if running on Windows and 0 if not.
See also IsMacOS, IsLinux and IsIOS.
Examples
Register LibXL for MBS Plugin
If [ MBS("XL.IsInitialized") ≠ 1 ]
If [ MBS("IsMacOS") ]
Set Variable [ $r; Value: MBS( "XL.Initialize"; $path; "xxx"; "mac-xxx" )]
Else If [ MBS("IsWindows") ]
Set Variable [ $r; Value: MBS( "XL.Initialize"; $path; "xxx"; "win-xxx" )]
Else If [ MBS("IsLinux") ]
Set Variable [ $r; Value: MBS( "XL.Initialize"; $path; "xxx"; "linux-xxx" )]
Else If [ MBS("IsIOS") ]
Set Variable [ $r; Value: MBS( "XL.Initialize"; $path; "xxx"; "ios-xxx" )]
Else
Set Variable [ $r; Value: "new platform?" ]
End If
If [$r ≠ "OK"]
Show Custom Dialog ["Problem with LibXL Registration"; $r]
End If
End If
See also
- AVRecorder.AuthorizationStatusForMediaType
- CURL.SetOptionCAInfo
- DynaPDF.Initialize
- IsLinux
- IsMacOS
- IsRegistered
- PDFKit.GetPDFPageImage
- Register
- WinPDF.PageImageAtSize
- XL.Initialize
Blog Entries
- Using Python in FileMaker
- Convert Office Files in FileMaker
- Automatically install MBS FileMaker Plugin
- Use root certificates included with FileMaker
- Properly register MBS FileMaker Plugin
- MBS FileMaker Plugin, version 6.1pr4
This function is free to use.
Created 2nd March 2016, last changed 9th December 2020