API:REST.Backend.ServiceComponents.TBackendPush

Delphi
TBackendPush = class(TCustomBackendPush)
C++
class PASCALIMPLEMENTATION TBackendPush : public TCustomBackendPush
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.TBackendPush|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.