JVCL Help:TJvMainMenu.RegisterChanges

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvMainMenu.UnregisterChanges


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