FireDAC.Comp.DataSet.TFDIndexes.FindIndex

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 FindIndex(const AName: String): TFDIndex;

C++

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

Description

Finds a TFDIndex object by its name.

If the object is not found, FindIndex returns nil.

See Also