FireDAC.Comp.Client.TFDReconcileRowEvent
Delphi
TFDReconcileRowEvent = procedure (ASender: TObject; ARow: TFDDatSRow;
var Action: TFDDAptReconcileAction) of object;
C++
typedef void __fastcall (__closure *TFDReconcileRowEvent)(System::TObject* ASender, Firedac::Dats::TFDDatSRow* ARow, Firedac::Dapt::Intf::TFDDAptReconcileAction &Action);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | FireDAC.Comp.Client.pas 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.