TurboDB VCL Component Library

TTdbTable.DeleteTable

TTdbTable

Previous  Top  Next

Deletes a database table.

Delphi syntax:

procedure DeleteTable;

C++ syntax:

void __fastcall DeleteTable(void);

Description

Use DeleteTable to erase the database table and all corresponding files.

Note: The data contained in the table cannot be recovered.