TurboDB VCL/CLX Component Library
TTdbTable.DeleteIndex
TTdbTable
Top 


Deletes an index of the table.

procedure DeleteIndex(const Name: string);

Description
Call DeleteIndex to remove an index from the table and erase its file.
Name is the file name of the index including the extension. It is identical to the corresponding item in IndexFiles.

Remark
TTdbTable.DeleteIndex is equivalent to TTable.DeleteIndex.