TNotifyEvent type
Return to Introduction 
Unit
Classes  

Declaration
TNotifyEvent = procedure (Sender: TObject) of object;  

Description
The TNotifyEvent type is the type for events that have no parameters. These events simply notify the component that a specific event occurred. For example, OnClick, which is type TNotifyEvent, notifies the control that a click event occurred on the control.