FireDAC.Comp.DataSet.TFDDataSet.DeleteIndex
Delphi
procedure DeleteIndex(const AName: string);
C++
void __fastcall DeleteIndex(const System::UnicodeString AName);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
Beschreibung
Deletes a client index for the dataset.
Call DeleteIndex to remove a client index for a dataset from the Indexes property.
AName
is the name of the index to delete. If the index is not found in Indexes, then an exception is raised.