FireDAC.Comp.Client.TFDReconcileRowEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFDReconcileRowEvent = procedure (ASender: TObject; ARow: TFDDatSRow;
var Action: TFDDAptReconcileAction) of object;

C++

typedef void __fastcall (__closure *TFDReconcileRowEvent)(System::TObject* ASender, Firedac::Dats::TFDDatSRow* ARow, Firedac::Dapt::Intf::TFDDAptReconcileAction &Action);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

TFDReconcileRowEvent est une procédure de rappel utilisée par la classe TFDCustomTableAdapter.

TFDReconcileRowEvent est un type de procédure de rappel appelée par l'événement OnUpdateRow de la classe TFDCustomTableAdapter.

Voir aussi