REST.Backend.Providers.TBackendServiceComponent

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.Providers.TBackendServiceComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBackendServiceComponent

Delphi

TBackendServiceComponent = class(TComponent, IBackendServiceComponent)
TBackendServiceComponent<TI: IBackendService; T: Class> = class(TBackendServiceComponent)

C++

class PASCALIMPLEMENTATION TBackendServiceComponent : public System::Classes::TComponent
template<typename TI, typename T> class PASCALIMPLEMENTATION TBackendServiceComponent__2 : public TBackendServiceComponent

Properties

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

Description

Base class for provider components.

TBackendServiceComponent is the base class for provider components. The TBackendServiceComponent class does not offer LiveBindings support.

See Also