RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBatchMove.ChangedCount Property

Indicates the number of records from the Destination table that are altered as a result of the batch operation.

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

Use ChangedCount to learn the number of records in the Destination table that are updated if the Mode is batUpdate or batAppendUpdate, or to learn the number that are deleted if the Mode is batDelete.  

Set the ChangedTableName property to save the unchanged versions of the altered records to a separate table. ChangedCount is then the number of records in that separate table. 

 

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