REST.Client.TRESTRequest

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).