FireDAC.Comp.BatchMove.TFDBatchMoveDriver.BatchMove
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: TFDBatchMoveDriver |
Delphi
property BatchMove: TFDBatchMove read FBatchMove;
C++
__property TFDBatchMove* BatchMove = {read=FBatchMove};
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.