Data.FireDACJSONReflect.TFDJSONDataSetsWriter

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

Data.FireDACJSONReflect.TFDJSONDataSetsWriterBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDataSetsWriter

Delphi

TFDJSONDataSetsWriter = class(TFDJSONDataSetsWriterBase, IFDJSONDataSetsWriter)

C++

class PASCALIMPLEMENTATION TFDJSONDataSetsWriter : public TFDJSONDataSetsWriterBase

プロパティ

種類 可視性 ソース ユニット
class public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect Data.FireDACJSONReflect


説明

データセット リストのペイロード ライタです。

このクラスを使用して、TFDJSONDataSets のインスタンスを追加することができます。

TFDJSONDataSetsWriter.Create を呼び出して IFDJSONDataSetsWriter インターフェイスを実装したオブジェクトを作成するか、TFDJSONDataSetsWriter のクラス メソッドを直接呼び出します。

関連項目