Data.FireDACJSONReflect.TFDJSONDataSetsReaderBase.GetListValueT
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.FireDACJSONReflect.pas Data.FireDACJSONReflect.hpp
| |
Unit: Data.FireDACJSONReflect | |
Parent: TFDJSONDataSetsReaderBase |
Delphi
class function GetListValueT<T: TFDADaptedDataSet>(const ADataList: TFDJSONDataSetsBase; I: Integer): T;
C++
template<typename T> __classmethod T __fastcall GetListValueT(TFDJSONDataSetsBase* const ADataList, int I);
Description
Embarcadero Technologies does not currently have any additional information.