Data.FireDACJSONReflect.TFDJSONDataSetsReader

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

Data.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDataSetsReader

Delphi

TFDJSONDataSetsReader = class(TFDJSONDataSetsReaderBase, IFDJSONDataSetsReader)

C++

class PASCALIMPLEMENTATION TFDJSONDataSetsReader : public TFDJSONDataSetsReaderBase

プロパティ

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


説明

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

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

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

関連項目