Data.FireDACJSONReflect.TFDJSONDataSetsReaderBase.GetListItemT

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Unit: Data.FireDACJSONReflect
Parent: TFDJSONDataSetsReaderBase

Delphi

class function GetListItemT<T: TFDADaptedDataSet>(const ADataList: TFDJSONDataSetsBase; I: Integer): TPair<string, T>;

C++

template<typename T> __classmethod System::Generics::Collections::TPair__2<System::UnicodeString,T> __fastcall GetListItemT(TFDJSONDataSetsBase* const ADataList, int I);

Description

Embarcadero Technologies does not currently have any additional information.