RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.DeleteIndex Method

Deletes an index for the client dataset.

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

Call DeleteIndex to remove an index for a client dataset. Name is the name of the index to delete.

Note: You cannot delete the reserved indexes, DEFAULT_ORDER and CHANGEINDEX.
 

AddIndex 

IndexDefs 

Deleting and Switching Indexes

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!