TEvent<T>.Remove(T) Method
Removes an event handler if it was added to the event.
public
procedure Remove(handler: T); overload;
Parameters
- handler
- Type: T
Removes an event handler if it was added to the event.
public
procedure Remove(handler: T); overload;