|
TNotifyEvent type
|
|
| Classes
|
| TNotifyEvent = procedure (Sender: TObject) of object;
|
| 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.
|