FireDAC.Comp.DataSet.TFDDataSetEvent
C++
typedef void __fastcall (__closure *TFDDataSetEvent)(TFDDataSet* DataSet);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
typedef | public | FireDAC.Comp.DataSet.hpp | FireDAC.Comp.DataSet | FireDAC.Comp.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.