[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes all handlers for the specified object instance from the internal list of handlers.
Source position: menus.pp line 291
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. |