FireDAC.Comp.DataSet.TFDDataSet.DoReconcileErrorHandler
| [–] Properties | |
|---|---|
| Type:  procedure function 
 | |
| Visibility: protected | |
| Source:  FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp 
 | |
| Unit: FireDAC.Comp.DataSet | |
| Parent: TFDDataSet | |
Delphi
procedure DoReconcileErrorHandler(ARow: TFDDatSRow; AException: EFDException;
AUpdateKind: TFDDatSRowState; var AAction: TFDDAptReconcileAction); virtual;
C++
virtual void __fastcall DoReconcileErrorHandler(Firedac::Dats::TFDDatSRow* ARow, Firedac::Stan::Error::EFDException* AException, Firedac::Dats::TFDDatSRowState AUpdateKind, Firedac::Dapt::Intf::TFDDAptReconcileAction &AAction);
Description
Embarcadero Technologies does not currently have any additional information.