FireDAC.Comp.DataSet.TFDAggregates.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDAggregates

Description

Returns a TFDAggregate object by it index.

Use the Items indexed property to get the TFDAggregate object by its index. 

See Also