Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Twain.IsInitialized
Checks if Twain library has been initialized.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Twain | 4.2 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Twain.IsInitialized" )
Parameters
none
Result
Returns 1 or 0.
Description
Checks if Twain library has been initialized.If value is 1, everything is okay.
If value is zero, the library is not initialized and you need to call Twain.Initialize function.
On a hosted database this function is better than using a global variable, as the variable can't see if initialization was made on server or client side.
See also
Blog Entries
This function is free to use.
Created 18th August 2014, last changed 18th August 2014