FireDAC.Comp.DataSet.TFDDataSet.DeleteIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteIndex(const AName: string);

C++

void __fastcall DeleteIndex(const System::UnicodeString AName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FireDAC.Comp.DataSet.TFDDataSet.DeleteIndex&oldid=587473"