REST.Backend.ServiceComponents.TCustomBackendQuery

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.BindSource.TBackendBindSourceComponentAuthREST.Backend.BindSource.TBackendBindSourceComponentREST.Backend.BindSource.TBackendBindSourceComponentTCustomBackendQuery

Delphi

TCustomBackendQuery = class(TBackendBindSourceComponentAuth<IBackendQueryService, TBackendQueryApi>, IRESTResponseJSON)

C++

class PASCALIMPLEMENTATION TCustomBackendQuery : public Rest::Backend::Bindsource::TBackendBindSourceComponentAuth__2<Rest::Backend::Servicetypes::_di_IBackendQueryService,Rest::Backend::Servicetypes::TBackendQueryApi*>

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.

REST.Backend.ServiceComponents.TCustomBackendQuery inherits from REST.Backend.BindSource.TBackendBindSourceComponent. All content below this line refers to REST.Backend.BindSource.TBackendBindSourceComponent.

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