JVCL Help:TJvPluginCommand
JVCL Help: TJvPluginCommand Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvPluginCommand
run\JvPlugin.pas
Summary
A single plugin command.
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.
About
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.
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