Data.DB.TFieldNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TFieldNotifyEvent = procedure(Sender: TField) of object;

C++

typedef void __fastcall (__closure *TFieldNotifyEvent)(TField* Sender);

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.

See Also