RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBatchMove.RecordCount Property

Specifies the maximum number of records that are applied to the Destination when Execute is called.

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

Use RecordCount to limit the number of Source records that are applied to the Destination. If zero, all records are added, subtracted, or copied, beginning with the first record in Source. If RecordCount is greater than zero, up to RecordCount records are applied to the Destination, starting with the current record in the dataset. If RecordCount exceeds the number of records remaining in Source, no wraparound occurs; the operation is terminated. 

 

CommitCount 

Destination 

MovedCount 

Source 

Executing a Batch Move

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