RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBatchMove.ChangedTableName Property

Specifies the name of a local Paradox table that is created to hold copies of all records from the destination table changed by the batch operation.

Pascal
property ChangedTableName: TFileName;
C++
__property TFileName ChangedTableName;

Set ChangedTableName to create a table that saves all unchanged versions of records that are changed by the batch operation. ChangedTableName must specify the name of a Paradox table. Setting ChangedTableName ensures that no information in the Destination table gets lost when the records are altered or deleted. 

When the Mode property is batUpdate or batAppendUpdate, the new table will hold all records that were updated. When the Mode property is batDelete, the new table will hold all records that were deleted. 

The ChangedCount property specifies the number of records in the new table. 

 

ChangedCount 

Destination 

Mode 

Creating a Batch Move Component 

Handling Batch Move Errors

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