| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Notification handler prototype
Source position: db.pas line 238
| 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.