JVCL Help:TJvMainMenu.UnregisterChanges

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvMainMenu.RegisterChanges


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