RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenu.OnChange Event

Occurs when the menu changes.

Pascal
property OnChange: TMenuChangeEvent;
C++
__property TMenuChangeEvent OnChange;

Write an OnChange event handler to respond to changes in the menu's structure. OnChange occurs when the menu is loaded into memory, and in response to property changes that affect the menu's structure. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!