Data.FireDACJSONReflect.TFDJSONDataSetsReader

提供:RAD Studio API Documentation

TFDJSONDataSetsReaderData.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObject

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 のクラス メソッドを直接呼び出します。

関連項目