REST.Client.TRESTRequest

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TRESTRequest = class(TCustomRESTRequest)

C++

class PASCALIMPLEMENTATION TRESTRequest : public TCustomRESTRequest

Properties

Type Visibility Source Unit Parent
class public
REST.Client.pas
REST.Client.hpp
REST.Client REST.Client

Description

This component holds all parameters and settings that form the actual HTTP request to a Web service.

When connected to a client-component, it can be executed (even at design time).

See Also