JVCL Help:TJvMainMenu.UnregisterChanges
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMainMenu.UnregisterChanges Method
[+] TJvMainMenu Events
[+] TJvMainMenu Methods
[+] TJvMainMenu Properties
Search in JVCL Help
Search in all projectsSummary
Unregisters the given change link object to get notified of changes in the menu
Pascal
procedureUnregisterChanges(ChangeLink: TJvMenuChangeLink);
Parameters
Parameters | Description |
ChangeLink: TJvMenuChangeLink | The change link object to unregister |
Description
As for an ImageList, you can get notified when a menu gets modified by registering a TJvMenuChangeLink object with the menu. Use this method if you don't want to get notified anymore for changes in that menu.
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