FireDAC.Comp.BatchMove.TFDBatchMoveDriver.BatchMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BatchMove: TFDBatchMove read FBatchMove;

C++

__property TFDBatchMove* BatchMove = {read=FBatchMove};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveDriver

Description

Use the BatchMove property to get the reference to the TFDBatchMove object that the current Reader or Writer is using.

When a Reader is assigned to the Reader property of a TFDBatchMove or a Writer is assigned to the Writer property of a TFDBatchMove, then the Reader or the Writer BatchMove property returns the reference to this particular TFDBatchMove.

See Also