JVCL Help:TJvMenuChangeLink

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvMenuChangeLink
run\JvMenus.pas


Summary

This is the class of the object you need to pass to get notified of changes in the menu

run\JvMenus.pas


Pascal

 run\JvMenus.pas
 TJvMenuChangeLink = class(TObject);


Description

As with ImageLists, and starting with JVCL3, you can now get notified of changes in the menu. Simply register an object of that type with the menu you are interested in being notified, and the OnChange event will be triggered whenever needed.

run\JvMenus.pas


See Also

TJvMenuChangeLink.OnChange

run\JvMenus.pas


About

Navigation

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