FireDAC.Comp.DataSet.TFDDataSetEvent

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also