RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBatchMove.MovedCount Property

Reports the number of records form the Source which were applied to the destination.

Pascal
property MovedCount: Longint;
C++
__property Longint MovedCount;

Read MovedCount to learn the number of records from the Source that were read during the Execute method. The MovedCount value includes any records which caused key or integrity violations, or which were trimmed. 

 

Execute 

Source 

Executing a Batch Move

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!