FireDAC.Comp.Client.TFDReconcileRowEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

説明

TFDReconcileRowEvent は、TFDCustomTableAdapter クラスで使用されるコールバック手続きです。


TFDReconcileRowEvent は、TFDCustomTableAdapter クラスの OnUpdateRow イベントで呼び出されるコールバック手続きの型です。

関連項目