Vcl.Menus.TPopupMenu.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange;

C++

__property OnChange;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TPopupMenu

Description

Occurs when the menu changes.

Vcl.Menus.TPopupMenu.OnChange inherits from Vcl.Menus.TMenu.OnChange. All content below this line refers to Vcl.Menus.TMenu.OnChange.

Occurs when the menu changes.

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.

See Also