RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.DeleteTable Method

Deletes an existing database table.

Pascal
procedure DeleteTable;
C++
__fastcall DeleteTable();

Call DeleteTable to delete an existing database table associated with the table component through its Database and TableName properties. A table must be closed before it can be deleted.

Warning: Deleting a table erases any data the table contains and destroys the table's structure information.
 

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