Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.774 Beiträge
 
#1

Understanding The Sender Parameter in Delphi Event Handlers

  Alt 9. Okt 2012, 14:00
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...
  Mit Zitat antworten Zitat