Data.FireDACJSONReflect.TFDJSONDeltasReader

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

Data.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDeltasReader

Delphi

TFDJSONDeltasReader = class(TFDJSONDataSetsReaderBase, IFDJSONDeltasReader)

C++

class PASCALIMPLEMENTATION TFDJSONDeltasReader : public TFDJSONDataSetsReaderBase

プロパティ

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


説明

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

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

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

関連項目