FireDAC.Comp.DataSet.TFDIndexes.Items

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Items[AIndex: Integer]: TFDIndex read GetItems write SetItems; default;

C++

__property TFDIndex* Items[int AIndex] = {read=GetItems, write=SetItems/*, default*/};

Propriétés

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


Description

Renvoie l’objet TFDIndex par son index.

Voir aussi