FireDAC.Comp.DataSet.TFDReconcileErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet FireDAC.Comp.DataSet

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.


See Also