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
    |   Demos\InputOutput\ImagingEngines\ImagingEngines.dpr  |  
IEGlobalSettings().DLLLoadingLogEnabled := True;
IEGlobalSettings().RegisterPlugIns();
memLog.Text := IEGlobalSettings().DLLLoadingLog;
See Also
◼RegisterPlugIns
◼ImageEnVersion.IELibVersionStr
◼ActivePlugIns
◼OnLoadPlugIn
◼PlugInAvailable
◼IEVisionSetSerialNumber
◼CopyIEStatusToClipboard