FireDAC.Comp.BatchMove.TFDBatchMoveDriver.BatchMove

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

Delphi

property BatchMove: TFDBatchMove read FBatchMove;

C++

__property TFDBatchMove* BatchMove = {read=FBatchMove};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveDriver


説明

BatchMove プロパティを使用すると、現在のリーダーまたはライタで使用している TFDBatchMove オブジェクトの参照を取得できます。

TFDBatchMove オブジェクトの Reader プロパティにリーダーが割り当てられている場合や、TFDBatchMove オブジェクトの Writer プロパティにライタが割り当てられている場合、そのリーダーやライタの BatchMove プロパティは、この特定の TFDBatchMove オブジェクトの参照を返します。

関連項目