REST.Backend.ServiceComponents.TCustomBackendQuery

Delphi
TCustomBackendQuery = class(TBackendBindSourceComponentAuth<IBackendQueryService, TBackendQueryApi>, IRESTResponseJSON, IRESTIPComponent)
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. {{#multireplace:REST.Backend.ServiceComponents.TCustomBackendQuery|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.