API:REST.Backend.PushDevice.TCustomPushEvents

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.BindSource.TBackendBindSourceComponentAuthREST.Backend.BindSource.TBackendBindSourceComponentREST.Backend.BindSource.TBackendBindSourceComponentTCustomPushEvents

Delphi

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

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.

REST.Backend.PushDevice.TCustomPushEvents 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