Data.FireDACJSONReflect.TFDJSONDataSetsWriterBase.ListAddT

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect TFDJSONDataSetsWriterBase

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。