FireDAC.Comp.Client.TFDUpdateRowEvent

From RAD Studio API Documentation
Jump to: navigation, search

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
typedef public 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.

See Also