REST.Backend.EndPoint.TBackendRequestComponent

From RAD Studio API Documentation

TBackendRequestComponentREST.Backend.EndPoint.TBackendRequestComponentREST.Client.TCustomRESTRequestData.Bind.ObjectScope.TBaseObjectBindSourceDelegate

Delphi

TBackendRequestComponent = class(TCustomRESTRequest, IBackendServiceComponent)
TBackendRequestComponent<TI: IBackendService; T: Class> = class(TBackendRequestComponent)

C++

class PASCALIMPLEMENTATION TBackendRequestComponent : public Rest::Client::TCustomRESTRequest
template<typename TI, typename T> class PASCALIMPLEMENTATION TBackendRequestComponent__2 : public TBackendRequestComponent

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint REST.Backend.EndPoint

Description

Container of the data and the logic to execute a REST request. {{#multireplace:REST.Backend.EndPoint.TBackendRequestComponent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.Client.TCustomRESTRequest|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.Client.TCustomRESTRequest|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Container of the data and the logic to execute a REST request.

See Also