RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBatchMove.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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!