FireDAC.Comp.DataSet.TFDUpdateRecordEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: FireDAC.Comp.DataSet |
Delphi
TFDUpdateRecordEvent = procedure (ASender: TDataSet; ARequest: TFDUpdateRequest;
var AAction: TFDErrorAction; AOptions: TFDUpdateRowOptions) of object;
C++
typedef void __fastcall (__closure *TFDUpdateRecordEvent)(Data::Db::TDataSet* ASender, Firedac::Stan::Option::TFDUpdateRequest ARequest, Firedac::Stan::Intf::TFDErrorAction &AAction, Firedac::Stan::Option::TFDUpdateRowOptions AOptions);
Description
Allows to intervene and modify the record data or perform additional actions before the update is committed to the database.