Bde.DBTables.TBatchMove.MovedCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MovedCount: Longint read FMovedCount;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBatchMove

Description

Reports the number of records form the Source which were applied to the destination.

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.

See Also