Bde.DBTables.TBatchMove.MovedCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBatchMove

Delphi

property MovedCount: Longint read FMovedCount;

C++

__property System::LongInt MovedCount = {read=FMovedCount, nodefault};

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