[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a list used to store TRefCountedObject instances.
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; |
|
Implements a list used to store TRefCountedObject instances. |
|
| | ||
| | ||
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 |