JVCL Help:TJvPluginCommand

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvPluginCommand
run\JvPlugin.pas


Summary

A single plugin command.

run\JvPlugin.pas


Pascal

 run\JvPlugin.pas
 TJvPluginCommand = class(TCollectionItem);


Description

TJvPluginCommand is single plugin command. Each plugin stores zero or more of the objects in their Commands property.
Generally speaking, each plugin usually represents a menu item, a button or both. Because both menu items as well as buttons can have a bitmap, a plugin commands can specify a bitmap in addition to a caption and a hint text.
A plugin is not required to have a command (a host may just send messages to the plugin), but usually it has at least one.

run\JvPlugin.pas


About

Navigation

run\JvPlugin.pas


Notes

Due to an unresolved bug, you should make sure that TJvPluginManager is created before the main menu if you add plug-ins to the main menu. TJvPluginManager should be available when the main menu is destroyed.

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