FireDAC.Comp.DataSet.TFDIndexes.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TFDIndex;

C++

HIDESBASE TFDIndex* __fastcall Add();

Properties

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

Description

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

See Also