RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.DeleteIndex Method

Deletes an index for the table.

Pascal
procedure DeleteIndex(const Name: string);
C++
__fastcall DeleteIndex(const AnsiString Name);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!