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