[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the OnChange event handler assigned to menu items in the menu.
Source position: menus.pp line 395
protected procedure TMenu.MenuChanged( |
Sender: TObject; |
Source: TMenuItem; |
Rebuild: Boolean |
); virtual; |
Sender |
|
Object for the event notification. |
Source |
|
Menu item for the change notification. |
Rebuild |
|
True to rebuild the visible child menu items in Source. |
Calls the DoChange method using Source and Rebuild as arguments. No actions are performed in the method during LCL component streaming, or when the component is being freed.
|
Performs actions needed when the specified menu item has been changed. |
|
|
Specifies an event handler signalled when a menu or menu item is changed. |
Version 4.0 | Generated 2025-05-03 | Home |