REST.Backend.EndPoint.TBackendRequestComponent

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.EndPoint.TBackendRequestComponentREST.Client.TCustomRESTRequestData.Bind.ObjectScope.TBaseObjectBindSourceDelegateTBackendRequestComponent

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.

REST.Backend.EndPoint.TBackendRequestComponent inherits from REST.Client.TCustomRESTRequest. All content below this line refers to REST.Client.TCustomRESTRequest.

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

See Also