Data.DB.TDataSetNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TDataSetNotifyEvent)(TDataSet* DataSet);

Properties

Type Visibility Source Unit Parent
typedef public Data.DB.hpp Data.DB Data.DB

Description

TDataSetNotifyEvent notifies the TDataSet that an event has occurred.

The TDataSetNotifyEvent method notifies the TDataSet that an event has occurred. TDataSetNotifyEvent is used by most events that occur on various dataset components.

The DataSet parameter specifies the dataset that receives the notification.

See Also