FireDAC.Comp.Client.TFDUpdateRowEvent
Delphi
TFDUpdateRowEvent = procedure (ASender: TObject; ARow: TFDDatSRow;
ARequest: TFDUpdateRequest; AUpdRowOptions: TFDUpdateRowOptions;
var AAction: TFDErrorAction) of object;
C++
typedef void __fastcall (__closure *TFDUpdateRowEvent)(System::TObject* ASender, Firedac::Dats::TFDDatSRow* ARow, Firedac::Stan::Option::TFDUpdateRequest ARequest, Firedac::Stan::Option::TFDUpdateRowOptions AUpdRowOptions, Firedac::Stan::Intf::TFDErrorAction &AAction);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | FireDAC.Comp.Client |
Description
TFDUpdateRowEvent is a callback procedure used by the TFDCustomTableAdapter class.
TFDUpdateRowEvent is a type of callback procedure that is called by the OnUpdateRow event of the TFDCustomTableAdapter class.