Bde.DBTables.TTable.DeleteTable
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TTable |
Delphi
procedure DeleteTable;
C++
void __fastcall DeleteTable();
Description
Deletes an existing database table.
Call DeleteTable to delete an existing database table associated with the table component through its DatabaseName 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.
See Also
Code Examples