FireDAC.Comp.DataSet.TFDIndexes.IndexByName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IndexByName(const AName: String): TFDIndex;

C++

TFDIndex* __fastcall IndexByName(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 et déclenche une exception si celui-ci n'est pas trouvé.

Voir aussi