RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBatchMove.Create Constructor

Creates an instance of TBatchMove.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TBatchMove(TComponent * AOwner);

Call Create to create an instance of TBatchMove for performing a batch operation. Create allocates the memory for the TBatchMove object and 

Sets AbortOnKeyViol to true. 

Sets AbortOnProblem to true. 

Sets Transliterate to true. 

Creates a TStringList object to hold the Mappings

The property settings made by Create are the values used when a TTable object performs batch operations using its BatchMove method. 

 

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