Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Barcode.Loaded
Whether the zbar library is loaded.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Barcode | 11.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Barcode.Loaded" )
Parameters
none
Result
Returns 1, 0 or error.
Description
Whether the zbar library is loaded.Returns 1 if loaded or 0 if not.
Examples
Show version if loaded:
If [ MBS( "Barcode.Loaded" ) = 0 ]
Show Custom Dialog [ "zbar version" ; MBS( "Barcode.ZBarVersion" ) ]
End If
See also
Release notes
- Version 11.3
- Added Barcode.Loaded and Barcode.ZBarVersion function.
Example Databases
Blog Entries
This function checks for a license.
Created 21st June 2021, last changed 19th April 2023