Bde.DBTables.TBatchMove.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TBatchMove(System::Classes::TComponent* AOwner);

Properties

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

Description

Creates an instance of TBatchMove.

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.

See Also