Notification handler prototype.
Source position: db.pas line 258
type TFieldNotifyEvent = procedure( |
Sender: TField |
) of object; |
Sender |
|
Field that triggered the event. |
TFieldNotifyEvent is a prototype for the event handlers in the TField class. It's Sender parameter is the field instance that triggered the event.