GDPlugin Help -- OnPluginError Event
Navigation:
This event is fired when there is an error with a plugin. Here is the format:
procedure(const ErrorCode : GDPluginError; const PluginIndex : Integer) of Object;
ErrorCode can be one of the following values:
gdpeInvalidPluginID -- This occurs when a plugin passes an invalid integer as its ID
PluginIndex is the index of the plugin that caused the error. This is unknown in gdpeInvalidPluginID.