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.
 

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