FireDAC.Comp.DataSet.TFDIndexes.Items

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDIndexes

Delphi

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

C++

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

Description

Returns the TFDIndex object by its index.

See Also