[Overview][Classes][Procedures and functions][Index] Reference for unit 'LazClasses' (#lazutils)

TRefCntObjList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements a list used to store TRefCountedObject instances.

Declaration

Source position: lazclasses.pas line 88

type TRefCntObjList = class(TList)

protected

  procedure Notify(); override;

  

Performs a notification when an object is added to or removed from the list.

end;

Inheritance

TRefCntObjList

  

Implements a list used to store TRefCountedObject instances.

|

TList,IFPObserved

|

TObject

Description

Provides a Notify method which increases or decreases the reference count for an object when it is added to or removed from the list.ist.


Version 4.0 Generated 2025-05-03 Home