RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.Destroy Destructor

Destroys the instance of a table.

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

Do not call Destroy directly. Instead call Free to verify that the table is not already freed 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 Destroy destructor. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!