SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemBatchMove.Create
TSQLMemBatchMove

Top 

Creates an instance of a TSQLMemBatchMove component.

constructor Create(AOwner: TComponent);

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

·    Sets AbortOnKeyViol to true.  
·    Sets AbortOnProblem to true.  
·    Creates a TStringList object to hold the Mappings.  

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



© AidAim Software SQLMemTable: