REST.Backend.ServiceComponents.TCustomBackendAuth

From RAD Studio API Documentation

TCustomBackendAuthREST.Backend.BindSource.TBackendBindSourceComponentREST.Backend.BindSource.TBackendBindSourceComponentData.Bind.ObjectScope.TBaseObjectBindSourceDelegate

Delphi

TCustomBackendAuth = class(TBackendBindSourceComponent<IBackendAuthService, TBackendAuthApi>, IBackendAuthReg, IRESTIPComponent)

C++

class PASCALIMPLEMENTATION TCustomBackendAuth : public Rest::Backend::Bindsource::TBackendBindSourceComponent__2<Rest::Backend::Servicetypes::_di_IBackendAuthService,Rest::Backend::Servicetypes::TBackendAuthApi*>

Properties

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

Description

Base class for backend components that support LiveBindings. {{#multireplace:REST.Backend.ServiceComponents.TCustomBackendAuth|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.Backend.BindSource.TBackendBindSourceComponent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.Backend.BindSource.TBackendBindSourceComponent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Base class for backend components that support LiveBindings.

TBackendBindSourceComponent is the base class for backend components that support LiveBindings.

An example of backend component that supports LiveBindings is TBackendQuery that inherits the TBackendBindSourceComponent class.

See Also