Learn Delphi :: type TNotifyEvent = procedure (Sender: TObject) of object; In a Delphi event handler, the Sender parameter indicates which component received the event and therefore called the handler. Find out how to exploit the powers of the Sender parameter: share event handlers and more. Read ...
More...