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.
Lazarus Component Library (LCL) | Version 4.99-3f07e99eb1 (2025-06-30) | Home |