Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TFieldNotifyEvent

Notification handler prototype.

Declaration

Source position: db.pas line 252

type TFieldNotifyEvent = procedure(

  Sender: TField

) of object;

Arguments

Sender

  

Field that triggered the event.

Description

TFieldNotifyEvent is a prototype for the event handlers in the TField class. It's Sender parameter is the field instance that triggered the event.


Documentation generated on: Jul 24 2023