Data.FireDACJSONReflect.TFDJSONDeltasWriter

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

Data.FireDACJSONReflect.TFDJSONDataSetsWriterBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDeltasWriter

Delphi

TFDJSONDeltasWriter = class(TFDJSONDataSetsWriterBase, IFDJSONDeltasWriter)

C++

class PASCALIMPLEMENTATION TFDJSONDeltasWriter : public TFDJSONDataSetsWriterBase

プロパティ

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


説明

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

このクラスを使用して、TFDJSONDeltas のインスタンスから読み取りを行うことができます。

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

関連項目