[Overview][Types][Classes][Variables][Index] |
Override this method to remove all references to notification handlers in AnObject.
Source position: lclclasses.pp line 58
public procedure TLCLComponent.RemoveAllHandlersOfObject( |
AnObject: TObject |
); virtual; |
AnObject |
|
The object whose handlers shall be removed. |
An override is required as soon as a component allows one to add notification handlers. Then all such handlers must be removed, when their owner (AnObject) is destroyed.
Version 4.0 | Generated 2025-05-03 | Home |