API: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

Embarcadero Technologies does not currently have any additional information.