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

 

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