EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder


TEasyTable.DeleteIndex
TEasyTable
Top 

Deletes a secondary index for the table.

procedure DeleteIndex(const Name: String);

Description
Call DeleteIndex to remove a secondary index from a table. Name is the name of the index to be deleted. DeleteIndex cannot remove a primary index.

Note:   To delete an index, an application must first open the table.


© AidAim Software EasyTable: