JVCL Help:TJvPluginManager.OnAfterLoad

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Event called when a plugin has loaded.


Pascal

 TJvAfterLoadEvent = procedure (Sender: TObject; FileName: string; const ALibHandle: THandle; var AllowLoad: Boolean) ofobject;
propertyOnAfterLoad: TJvAfterLoadEvent;


Parameters

Parameters Description
ALibHandle Description for this parameter
AllowLoad Description for this parameter
Sender Reference to this plugin manager.
FileName Filename of the loaded plugin.


Description

Write an OnAfterLoad event handler to take additional action when a plugin has been loaded. The S parameter will contain the filename of the loaded plugin.
The OnAfterLoad event will only occur when LoadPlugins is used and if the loading of the plugin wasn't blocked by the OnBeforeLoad event.


See Also

TJvPluginManager.LoadPlugins, TJvPluginManager.OnBeforeLoad, TJvPluginManager.OnNewCommand, TJvPluginManager.OnPlugInError


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