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


TSQLMemTable.Destroy
TSQLMemTable
Top 

Destroys the instance of a table.

destructor Destroy;

Description
Do not call Destroy directly. Instead, call Free, which verifies that the table is not nil before calling Destroy. Destroy frees the index files list for the table, frees its data link, frees its index definitions, and then calls its inherited destructor.


© AidAim Software SQLMemTable: In-memory Sql Database Delph