REST.Response.Adapter.TRESTRequestDataSetAdapter

From RAD Studio API Documentation
Jump to: navigation, search

REST.Response.Adapter.TCustomRESTRequestDataSetAdapterSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRESTRequestDataSetAdapter

Delphi

TRESTRequestDataSetAdapter = class(TCustomRESTRequestDataSetAdapter)

C++

class PASCALIMPLEMENTATION TRESTRequestDataSetAdapter : public TCustomRESTRequestDataSetAdapter

Properties

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

Description

TRESTRequestDataSetAdapter allows you to automatically include the data from a dataset (for example, TFDMemTable) into TRESTRequest component.

The data is put as JSON into the request body with request content type 'application/json'.

It works as a companion for TRESTResponseDataSetAdapter.

See Also