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

TMethodList.CallNotifyEvents

Performs event notifications using methods in the list.

Declaration

Source position: lazmethodlist.pas line 59

public procedure TMethodList.CallNotifyEvents(

  Sender: TObject

);

Arguments

Sender

  

Originator of the event notification(s).

Description

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.

See also

TNotifyEvent


Version 3.2 Generated 2024-02-25 Home