Performs event notifications using methods in the list.
Source position: lazmethodlist.pas line 59
public procedure TMethodList.CallNotifyEvents( |
Sender: TObject |
); |
Sender |
|
Originator of the event notification(s). |
CallNotifyEvents is a procedure used to perform event notifications using methods stored in the Items for the list. Methods stored in Items are processed in reverse order, and cast to a TNotifyEvent type using the value in Sender as the originator of the event notification.
| Version 4.4 | Generated 2025-11-08 | Home |