Data.DB.TFieldNotifyEvent
C++
typedef void __fastcall (__closure *TFieldNotifyEvent)(TField* Sender);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
typedef | public | Data.DB.hpp | Data.DB | Data.DB |
Description
TFieldNotifyEvent notifies the dataset field that an event has occurred.
The TFieldNotifyEvent method notifies the dataset field that an event has occurred.
Sender is the field that the event handler notifies.