FireDAC.Comp.DataSet.TFDDataSetEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDDataSetEvent = procedure(DataSet: TFDDataSet) of object;

C++

typedef void __fastcall (__closure *TFDDataSetEvent)(TFDDataSet* DataSet);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Comp.DataSet.pas
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