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


TSQLMemBatchMove.Destroy
TSQLMemBatchMove

Top 

Destroys an instance of TBatchMove.

Delphi syntax:

destructor Destroy; override;

Description

Do not call Destroy directly in an application. Instead, call Free, which checks that the TBatchMove object is not nil before calling Destroy.Before calling the inherited destructor, Destroy frees the TStringList object that implements the Mappings property.



© AidAim Software SQLMemTable: