Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Saxon.IsLoaded
Whether the library has been loaded.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Saxon | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
MBS( "Saxon.IsLoaded" )
Parameters
none
Result
Returns 1, 0 or error.
Description
Whether the library has been loaded.Returns 1 if loaded or 0 if not yet loaded.
Examples
Check whether library is loaded:
If [ MBS("Saxon.IsLoaded") ]
Show Custom Dialog [ "Library loaded?" ; "Saxon library loaded: " & MBS("Saxon.Version") ]
Else
Show Custom Dialog [ "Library loaded?" ; "Saxon library not loaded" ]
End If
See also
Example Databases
- DynaPDF/ZUGFeRD and Facture-X/ZUGFeRD Validation
- Saxon/Saxon Validate
- Saxon/Saxon Visualize electronic Invoices
- Saxon/Saxon XPath
- Saxon/Saxon XQuery MrWatsons Examples
- Saxon/Saxon XQuery
- Saxon/Saxon XSLT
- Saxon/Saxon ZUGFeRD Validation
Blog Entries
This function is free to use.
Created 23th December 2024, last changed 31st December 2024
