TurboDB VCL Component Library

TTdbBatchMove.MovedCount

TTdbBatchMove

Previous  Top  Next

Reports the number of records from the Source which were moved to the destination.

Delphi syntax:

property MovedCount: LongInt;

C++ syntax:

__property int MovedCount = {read=FMovedCount, nodefault};

Description

Read MovedCount to learn the number of records from the Source that were added to the Destination during the Execute method. This value does not include records that were excluded from the batch move due to the Filter condition.