FireDAC.Comp.DataSet.TFDIndexes.FindIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindIndex(const AName: String): TFDIndex;

C++

TFDIndex* __fastcall FindIndex(const System::UnicodeString AName);

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.

If the object is not found, FindIndex returns nil.

See Also