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

Saxon.IsLicensed

Whether the license for Saxon is set.

Component Version macOS Windows Linux Server iOS SDK
Saxon 15.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ❌ No
MBS( "Saxon.IsLicensed" )

Parameters

none

Result

Returns 1, 0 or error.

Description

Whether the license for Saxon is set.

Examples

Check license:

If [ MBS("Saxon.IsLicensed") ]
    Show Custom Dialog [ "MBS License with Saxon" ]
Else
    Show Custom Dialog [ "MBS License without Saxon" ]
End If

See also

This function is free to use.

Created 23th December 2024, last changed 31st December 2024


Saxon.HasProperty - Saxon.IsLoaded