JVCL Help:TJvMainMenu.RegisterChanges
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMainMenu.RegisterChanges Method
[+] TJvMainMenu Events
[+] TJvMainMenu Methods
[+] TJvMainMenu Properties
Search in JVCL Help
Search in all projectsSummary
Registers the given change link object to get notified of changes in the menu
Pascal
procedureRegisterChanges(ChangeLink: TJvMenuChangeLink);
Parameters
Parameters | Description |
ChangeLink: TJvMenuChangeLink | The change link object to register |
Description
As for an ImageList, you can get notified when a menu gets modified by registering a TJvMenuChangeLink object with the menu. The OnChange event of the given object will be triggered whenever the menu has changed.
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