[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles the notification when a value is added to or removed from the list.
Source position: lcltype.pp line 2763
protected procedure TListWithEvent.Notify( |
Ptr: Pointer; |
AnAction: TListNotification |
); override; |
Ptr |
|
Untyped pointer to the value for the notification. |
AnAction |
|
Operation performed for the specified value. |
Notify is an overridden method in TListWithEvent. It calls the inherited method to notify registered observers of the change to the list. It signals the OnChange event handler (when assigned) using the values in Ptr and AnAction as arguments.
Version 4.0 | Generated 2025-05-03 | Home |