FireDAC.Comp.DataSet.TFDDataSetEvent
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: FireDAC.Comp.DataSet | |
Delphi
TFDDataSetEvent = procedure(DataSet: TFDDataSet) of object;
C++
typedef void __fastcall (__closure *TFDDataSetEvent)(TFDDataSet* DataSet);
Description
Defines a generic event type specific to a dataset.
Write an event handler of TFDDataSetEvent type to take specific actions when an event specific to the dataset occurs. This type corresponds to several different events of the TFDDataSet.