FireDAC.Comp.DataSet.TFDReconcileErrorEvent
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: FireDAC.Comp.DataSet | |
Delphi
TFDReconcileErrorEvent = procedure(DataSet: TFDDataSet; E: EFDException;
UpdateKind: TFDDatSRowState; var Action: TFDDAptReconcileAction) of object;
C++
typedef void __fastcall (__closure *TFDReconcileErrorEvent)(TFDDataSet* DataSet, Firedac::Stan::Error::EFDException* E, Firedac::Dats::TFDDatSRowState UpdateKind, Firedac::Dapt::Intf::TFDDAptReconcileAction &Action);
Description
Provides a mechanism to handle errors that arise during the reconciliation, allowing for custom error handling, logging, or corrective actions to be taken before the operation is aborted or retried.