Show: Delphi C++
Display Preferences

Data.DB.TDataSetNotifyEvent

From XE2 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

Personal tools
Previous Versions
Translations