| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Standard event handler type.
Source position: classesh.inc line 118
type TNotifyEvent = procedure(  | 
Sender: TObject  | 
) of object;  | 
Most event handlers are implemented as a property of type TNotifyEvent. When this is set to a certain method of a class, when the event occurs, the method will be called, and the class that generated the event will pass itself along as the Sender argument.
  | 
Special event for display of online help.  | 
|
  | 
Event for retrieving string values.  |