API:REST.Backend.PushDevice.TCustomPushEvents

From RAD Studio API Documentation

TCustomPushEventsREST.Backend.BindSource.TBackendBindSourceComponentAuthREST.Backend.BindSource.TBackendBindSourceComponentREST.Backend.BindSource.TBackendBindSourceComponent

Delphi

TCustomPushEvents = class(TBackendBindSourceComponentAuth<IBackendPushDeviceService, TBackendPushDeviceApi>, IRESTResponseJSON, IRESTIPComponent)

C++

class PASCALIMPLEMENTATION TCustomPushEvents : public Rest::Backend::Bindsource::TBackendBindSourceComponentAuth__2<Rest::Backend::Pushtypes::_di_IBackendPushDeviceService,Rest::Backend::Pushtypes::TBackendPushDeviceApi*>

Properties

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

Description

Base class for backend components that support LiveBindings. {{#multireplace:REST.Backend.PushDevice.TCustomPushEvents|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