Removes all event handlers assigned for the specified object.
Source position: stdctrls.pp line 852
public procedure TCustomEdit.RemoveAllHandlersOfObject( |
AnObject: TObject |
); override; |
AnObject |
|
Object instance to remove for the list of handlers in the control. |
RemoveAllHandlersOfObject is an overridden method in TCustomEdit, and calls the inherited method on entry to remove handlers for the specified object.
RemoveAllHandlersOfObject uses the internal TMethodList instance (when assigned) and calls its RemoveAllMethodsOfObject method to remove entries where the TMethod data points to the object specified in AnObject.
|
CT Web help |
CodeTyphon Studio |