ImageEn, unit iesettings

TIEGlobalSettings.DLLLoadingLogEnabled

TIEGlobalSettings.DLLLoadingLogEnabled


Declaration

property DLLLoadingLogEnabled: Boolean;


Description

Enables logging for loading of Plug-in DLLs, such as IEVision and IELib, to assist with debugging.
The log will be output to: DLLLoadingLog.

Default: False


Example

IEGlobalSettings().DLLLoadingLogEnabled := True;
IEGlobalSettings().RegisterPlugIns();
memLog.Text := IEGlobalSettings().DLLLoadingLog;


See Also

RegisterPlugIns
ImageEnVersion.IELibVersionStr
ActivePlugIns
PlugInAvailable
IEVisionSetSerialNumber