JVCL Help:TPluginKind

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type of a plugin.

run\JvPluginManager.pas


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).

run\JvPluginManager.pas


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).

run\JvPluginManager.pas


About

Navigation

no pages or subcategories

run\JvPluginManager.pas



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