FireDAC.Comp.Client.TFDUpdateRowEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: FireDAC.Comp.Client |
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);
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.