FireDAC.Comp.DataSet.TFDDataSet.DeleteIndexes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteIndexes;

C++

void __fastcall DeleteIndexes();

Properties

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

Description

Deletes all client indexes for the dataset.

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

See Also