Data.DB.TFieldNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFieldNotifyEvent = procedure(Sender: TField) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.DB.pas
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.

See Also