FireDAC.Comp.BatchMove.TFDBatchMoveWriteValueEvent
Delphi
TFDBatchMoveWriteValueEvent = procedure (ASender: TObject;
AItem: TFDBatchMoveMappingItem; var AValue: Variant) of object;
C++
typedef void __fastcall (__closure *TFDBatchMoveWriteValueEvent)(System::TObject* ASender, TFDBatchMoveMappingItem* AItem, System::Variant &AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp |
FireDAC.Comp.BatchMove | FireDAC.Comp.BatchMove |
説明
OnWriteValue イベント ハンドラの型です。
TFDBatchMoveWriteValueEvent には 3 つの引数があります:
ASender
: イベントの呼出し側。通常は TFDBatchMove インスタンスです。AItem
: クラス TFDBatchMoveMappingItem のデータ項目を示します(例、データセット フィールド)。AValue
: データ項目値を含みます。