JVCL Help:TJvPluginManager.OnPlugInError
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPluginManager.OnPlugInError Event
[+] TJvPluginManager Events
[+] TJvPluginManager Methods
[+] TJvPluginManager Properties
Search in JVCL Help
Search in all projectsSummary
Event called when an exception has occurred while loading a plugin.
Pascal
TJvPlgInErrorEvent = procedure (Sender: TObject; AError: Exception) ofobject;
propertyOnPlugInError: TJvPlgInErrorEvent;
Parameters
Parameters | Description |
AError | Value of the exception message property. |
Sender | Reference to this plugin manager. |
Description
Write an OnPlugInError event handler to responds to exceptions while loading a plugin. The S parameter will contain the message of the exception.
The OnPlugInError event will only occur when an exception occurs while loading a plugin found by a call to LoadPlugins.
See Also
TJvPluginManager.LoadPlugins, TJvPluginManager.OnAfterLoad, TJvPluginManager.OnBeforeLoad, TJvPluginManager.OnNewCommand
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page