TurboDB VCL Component Library

TTdbTable.DeleteIndex

TTdbTable

Previous  Top  Next

Deletes an index of the table.

Delphi syntax:

procedure DeleteIndex(const Name: string);

C++ syntax:

void __fastcall DeleteIndex(const AnsiString Name);

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.