REST.Response.Adapter.TRESTResponseJSON

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

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRESTResponseJSON

Delphi

TRESTResponseJSON = class(TComponent, IRESTResponseJSON)

C++

class PASCALIMPLEMENTATION TRESTResponseJSON : public System::Classes::TComponent

プロパティ

種類 可視性 ソース ユニット
class public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter REST.Response.Adapter


説明

JSON 値を保持するクラスです。

これを使用することで、TRESTResponse によって作成されたものではない JSON 値を TRESTResponseDataSetAdapter が受け取ることができます。

使用するには、このクラスのインスタンスを TRESTREsponseDataSetAdapter.ResponseJSON に割り当ててください。

関連項目