Icon DeleteIndex Method

procedure DeleteIndex(const Name: String)

Usage

Call the DeleteIndex method to remove a secondary index for a table. The Name parameter is the name of the index to delete. Leave this parameter blank to delete the primary index for the table. The table may be open or closed when executing this method. If the table is open, then is must have been opened exclusively (Exclusive=True) or an exception will be raised.
Image