API:Data.FireDACJSONReflect.TFDJSONDataSetsWriterBase.ListAddT

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect TFDJSONDataSetsWriterBase

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.