bSuccess=Init(xtra"ADOxtra",bDebugMode)
or bSuccess=xtra("ADOxtra").Init(bDebugMode)
Parameters
bDebugMode - a boolean value specifying whether to set debug mode for newly created wrapper instances. Note: the value of this param affects wrapper instances created by further calls to CreateObject method.
When debug mode is set, wrapper instance outputs all information about errors in Messages window.
Returns
true if successful, false otherwise.
Description
Initializes ADOxtra and optionally sets debugging mode for newly created wrapper instances.
Debugging mode is highly recommended while investigation what ADOxtra can do, since it will output all error description information right in Messages window. There is no need to set debug mode in release versions.
You may safely call Init several times to enable or disable debug mode default setting.