FireDAC.Comp.DataSet.TFDIndexes.Add

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function Add: TFDIndex;

C++

HIDESBASE TFDIndex* __fastcall Add();

Description

Finds a TFDIndex object by its name and raises an exception if it is not found.

See Also