Detaches an observer from the notification list
Source position: fpobserver.pp line 42
public procedure TObservedHook.FPODetachObserver( |
AObserver: TObject |
); |
AObserver |
|
Observer object to detach |
The FPODetachObserver method removes an observer from the notification list. The observer will no longer receive notifications about operations on the observed object.
If the observer is not currently attached, the method does nothing
|
Attaches an observer implementing IFPObserver interface |