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

TRefCntObjList.Notify

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

Declaration

Source position: lazclasses.pas line 75

protected procedure TRefCntObjList.Notify(

  Ptr: Pointer;

  Action: TListNotification

); override;

Description

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.