[Overview][Types][Classes][Index] |
Override this method to remove all references to notification handlers in AnObject.
Source position: lclclasses.pp line 53
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-ccr.sourceforge.net |