FireDAC.Comp.Client.TFDLocalSQLDataSets.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDLocalSQLDataSets

Description

Returns the TFDLocalSQLDataSet object by its index.

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

See Also