REST.Client.TRESTRequest

From RAD Studio API Documentation
Jump to: navigation, search

REST.Client.TCustomRESTRequestData.Bind.ObjectScope.TBaseObjectBindSourceDelegateData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentTRESTRequest

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