[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds an OnDestroy event handler to the handlers for the menu item.
Source position: menus.pp line 299
public procedure TMenuItem.AddHandlerOnDestroy( |
const OnDestroyEvent: TNotifyEvent; |
AsFirst: Boolean = False |
); |
OnDestroyEvent |
|
Routine added to the handlers for the menu item. |
AsFirst |
|
True if the handler is the first in the list of OnDestroy handlers. |
Version 4.0 | Generated 2025-05-03 | Home |