API:Data.FireDACJSONReflect.TFDJSONDataSetsWriterBase.ListAddT

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure ListAddT<T: TFDADaptedDataSet>(const ADataList: TFDJSONDataSetsBase; const AName: string; const ADataSet: T); overload;
class procedure ListAddT<T: TFDADaptedDataSet>(const ADataList: TFDJSONDataSetsBase; const ADataSet: T); overload;

C++

template<typename T> __classmethod void __fastcall ListAddT(TFDJSONDataSetsBase* const ADataList, const System::UnicodeString AName, const T ADataSet)/* overload */;
template<typename T> __classmethod void __fastcall ListAddT(TFDJSONDataSetsBase* const ADataList, const T ADataSet)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect TFDJSONDataSetsWriterBase

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!