FireDAC.Comp.DataSet.TFDAggregates.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: TFDAggregates

Delphi

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

C++

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

Description

Returns a TFDAggregate object by it index.

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

See Also