JVCL Help:TJvPlugIn
JVCL Help: TJvPlugIn Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvPlugIn
run\JvPlugin.pas
Summary
Plugin data module.
Pascal
run\JvPlugin.pas
TJvPlugIn = class(TDataModule);
Description
- JVCLInfo
TJvPlugin is the base class for new plugins. TJvPlugin is not a component but a data module, and as such can contain non-visual components (such as TTable, TQuery and TImageList). Because it's not a component you can not find it on the component palette. Instead you should use File|New..., click on the 'Projects" tab and click on the 'JEDI Plugin Wizard'. This will generate a new project with a single unit containing a TJvPlugin data module. In addition a number of properties are provided to specify the identity of the plugin (ID, full name, version, author, copyright), commands added by the plugin, the number of instances of this plugin that are generated, reference to the host application and the plugin manager. For more information on writing plugins and make applications plugin enabled, take a look at Writing plugins and plugin enabled applications.
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