FireDAC.Comp.DataSet.TFDDataSet.DeleteIndexes

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DeleteIndexes;

C++

void __fastcall DeleteIndexes();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet


Beschreibung

Deletes all client indexes for the dataset.

Call DeleteIndexes to remove all client indexes for a dataset from the Indexes property.

See Also