RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTable.Destroy Destructor

Destroys the instance of a table.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TTable();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!