TNotifyEvent = procedure (Sender: TObject) of object
Available In: Client and Server Applications
The TNotifyEvent type is a common event type that is used in any situation where a simple notification mechanism is required, such as the OnClick event. The Sender parameter is the class instance that triggered the event.