FireDAC.Comp.DataSet.TFDUpdateErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: FireDAC.Comp.DataSet

Delphi

TFDUpdateErrorEvent = procedure (ASender: TDataSet; AException: EFDException;
ARow: TFDDatSRow; ARequest: TFDUpdateRequest; var AAction: TFDErrorAction) of object;

C++

typedef void __fastcall (__closure *TFDUpdateErrorEvent)(Data::Db::TDataSet* ASender, Firedac::Stan::Error::EFDException* AException, Firedac::Dats::TFDDatSRow* ARow, Firedac::Stan::Option::TFDUpdateRequest ARequest, Firedac::Stan::Intf::TFDErrorAction &AAction);

Description

Allows to handle errors that arise while inserting, updating, or deleting records in a database.


See Also