EPUB | CHM | PDF

TPSQLTable.Methods.DeleteIndex

Top Previous Next

Deletes a secondary index for the table.

Syntax:

procedure DeleteIndex(const Name: String);

Description:

Call DeleteIndex to remove a secondary index for a table. Name is the name of the index to delete. DeleteIndex cannot remove a primary index.

To delete an index, an application must first open the table and then lock it.