JVCL Help:TJvPluginManager.AddCustomPlugin
JVCL Help: TJvPluginManager.AddCustomPlugin Method
Search in JVCL Help
Search in all projectsSummary
Adds a plugin to the manager.
Pascal
functionAddCustomPlugin(PlugIn: TJvPlugIn; constFileName: string = ): Boolean;
Parameters
Parameters | Description |
PlugIn: TJvPlugIn | Reference to the TJvPlugin instance to register. |
const FileName: string = | Description for this parameter |
Description
AddCustomPlugin will add the specified plugin to the list of loaded plugins. The plugin will be registered as a custom plugin and will be initialized with the filename CustomPlugin.
Just as with loading a plugin directly, each command supported by the plugin will be registered using the OnNewCommand event.
This method can be used to add plugins embedded in the main application or additional plugins embedded in another plugin DLL or package.
If the initialization of the plugin fails the method will return False, otherwise True will be returned.
See Also
TJvPluginManager.LoadPlugin, 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