| [Overview][Classes][Procedures and functions][Index] |
Performs a notification when an object is added to or removed from the list.
Source position: lazclasses.pas line 75
protected procedure TRefCntObjList.Notify( |
Ptr: Pointer; |
Action: TListNotification |
); override; |
For TRefCntObjList, the notification causes the reference count for the object in Ptr to be increased or decreased as needed for the value in Action.