FireDAC.Comp.Client.TFDCustomTableAdapter.UpdateRow

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomTableAdapter

Delphi

procedure UpdateRow(ARow: TFDDatSRow; ARequest: TFDUpdateRequest;
AUpdRowOptions: TFDUpdateRowOptions; var AAction: TFDErrorAction); virtual;

C++

virtual void __fastcall UpdateRow(Firedac::Dats::TFDDatSRow* ARow, Firedac::Stan::Option::TFDUpdateRequest ARequest, Firedac::Stan::Option::TFDUpdateRowOptions AUpdRowOptions, Firedac::Stan::Intf::TFDErrorAction &AAction);

Description

Embarcadero Technologies does not currently have any additional information.