JVCL Help:TJvPluginManager.GetLoadedPlugins
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPluginManager.GetLoadedPlugins Method
[+] TJvPluginManager Events
[+] TJvPluginManager Methods
[+] TJvPluginManager Properties
Search in JVCL Help
Search in all projectsSummary
Fills the specified string list with the names of the loaded plugins.
Pascal
procedureGetLoadedPlugins(PlugInList: TStrings);
Parameters
Parameters | Description |
PlugInList: TStrings | A TStrings descendant to receive the names of the loaded plugins in. The list will be empties on entry to this method. |
Description
GetLoadedPlugins will fill the specified string list with the names of all loaded plugins. The specified string list must be provided by the caller. On entry the list will be cleared.
See Also
TJvPluginManager.PluginCount, TJvPluginManager.Plugins
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