FireDAC.Comp.Client.TFDReconcileRowEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFDReconcileRowEvent)(System::TObject* ASender, Firedac::Dats::TFDDatSRow* ARow, Firedac::Dapt::Intf::TFDDAptReconcileAction &Action);

Properties

Type Visibility Source Unit Parent
typedef public FireDAC.Comp.Client.hpp FireDAC.Comp.Client FireDAC.Comp.Client

Description

TFDReconcileRowEvent is a callback procedure used by the TFDCustomTableAdapter class.

TFDReconcileRowEvent is a type of callback procedure that is called by the OnUpdateRow event of the TFDCustomTableAdapter class.

See Also