FireDAC.Comp.DataSet.TFDDataSet.DeleteIndex

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure DeleteIndex(const AName: string);

C++

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

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