Data.FireDACJSONReflect.TFDJSONDataSetsReaderBase.GetListValueByNameT

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 GetListValueByNameT<T: TFDADaptedDataSet>(const ADataList: TFDJSONDataSetsBase; const AName: string): T;

C++

template<typename T> __classmethod T __fastcall GetListValueByNameT(TFDJSONDataSetsBase* const ADataList, const System::UnicodeString AName);

Description

Embarcadero Technologies does not currently have any additional information.