Data.DB.TDataSetNotifyEvent
Delphi
TDataSetNotifyEvent = procedure(DataSet: TDataSet) of object;
C++
typedef void __fastcall (__closure *TDataSetNotifyEvent)(TDataSet* DataSet);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Data.DB.pas 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.