IBX.IBTable.TIBTable.DeleteIndex
Delphi
procedure DeleteIndex(const Name: string);
C++
void __fastcall DeleteIndex(const System::UnicodeString Name);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | IBX.IBTable.pas IBX.IBTable.hpp | IBX.IBTable | TIBTable | 
Description
Deletes an index for the table.
Call DeleteIndex to remove an index for a table. Name is the name of the index to delete. DeleteIndex cannot remove an index used by a constraint.