[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes all handler routines for the specified object instance from the internal handler lists.
Source position: menus.pp line 298
public procedure TMenuItem.RemoveAllHandlersOfObject( |
AnObject: TObject |
); override; |
AnObject |
|
Object instance with the handler routines removed in the method. |
|
Override this method to remove all references to notification handlers in AnObject. |
Version 4.0 | Generated 2025-05-03 | Home |