FireDAC.Comp.DataSet.TFDDataSet.DeleteIndexes

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 DeleteIndexes;

C++

void __fastcall DeleteIndexes();

Description

Deletes all client indexes for the dataset.

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

See Also