[Overview][Types][Classes][Procedures and functions][Index] |
Notifies observers when a value in the container has been changed.
Source position: imagelistcache.pas line 51
protected procedure TImageCacheItems.Notify( |
Ptr: Pointer; |
Action: TListNotification |
); override; |
Ptr |
|
Untyped Pointer to the value for the change notification. |
Action |
|
Action for the notification (Add, Extract, Delete). |
#rtl.classes.TList |