FireDAC.Comp.Client.TFDReconcileRowEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: FireDAC.Comp.Client |
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);
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.