[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 75

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

?

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.