FireDAC.Comp.DataSet.TFDIndexes.FindIndex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FindIndex(const AName: String): TFDIndex;

C++

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

Propriétés

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


Description

Cherche un objet TFDIndex par son nom.

Si l'objet n'est pas trouvé, FindIndex renvoie nil.

Voir aussi