JVCL Help:TJvMenuChangeLink
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMenuChangeLink Class
[+] JvMenus.pas Classes
[+] TJvMenuChangeLink Events
[+] TJvMenuChangeLink Methods
Search in JVCL Help
Search in all projectsClass 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
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.
See Also
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