REST.Response.Adapter.TRESTResponseJSON

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRESTResponseJSON

Delphi

TRESTResponseJSON = class(TComponent, IRESTResponseJSON)

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
class public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter REST.Response.Adapter


Description

Une classe qui contient une valeur JSON.

Autorise TRESTResponseDataSetAdapter à recevoir une valeur JSON non créée par un TRESTResponse.

Pour l'utiliser, assignez une instance de cette classe à TRESTREsponseDataSetAdapter.ResponseJSON.

Voir aussi