JVCL Help:TJvPlugIn

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvPlugIn
run\JvPlugin.pas


Summary

Plugin data module.

run\JvPlugin.pas


Pascal

 run\JvPlugin.pas
 TJvPlugIn = class(TDataModule);


Description

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

run\JvPlugin.pas


About

Navigation

run\JvPlugin.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