Unit 'fpobserver' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TObservedHook.FPODetachObserver

Detaches an observer from the notification list

Declaration

Source position: fpobserver.pp line 42

public procedure TObservedHook.FPODetachObserver(

  AObserver: TObject

);

Arguments

AObserver

  

Observer object to detach

Description

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

See also

TObservedHook.FPOAttachObserver

  

Attaches an observer implementing IFPObserver interface


Documentation generated on: Dec 15 2025