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:

 

PluginIndex is the index of the plugin that caused the error.  This is unknown in gdpeInvalidPluginID.