JVCL Help:TPluginKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TPluginKind type
Search in JVCL Help
Search in all projectsSummary
Type of a plugin.
Pascal
run\JvPluginManager.pas
TPluginKind = (
plgDLL,
plgPackage,
plgCustom
);
Members
Members | Description |
plgDLL | Plugin is in a DLL ("old style" plugins). |
plgPackage | Plugin is in a runtime package. |
plgCustom | plugins embedded in the host application). |
Description
TPluginKind denotes the type of a plugin. It is used in the plugin registration database as well as by the PluginKind property of the plugin manager (note that in the latter case plgCustom will not load any plugin).
About
no pages or subcategories
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