Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TPersistent.FPODetachObserver

Remove an observer from the list of observers.

Declaration

Source position: classesh.inc line 446

public procedure TPersistent.FPODetachObserver(

  AObserver: TObject

);

Description

FPODetachObserver is part of the implementation of the IFPObserved interface in TPersistent. It removes the first found instance of the observer from the list of observers.

See also

IFPObserved

  

Interface implemented by an object that can be observed.

IFPObserved.FPODetachObserver

  

Remove an observer from the list of observers.

IFPObserver

  

Interface for an object to observe other objects.


Documentation generated on: Jul 24 2023