FireDAC.Comp.DataSet.TFDIndexes.FindIndex
[–] 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.