REST.Backend.BindSource.TBackendBindSourceComponent
Delphi
TBackendBindSourceComponent = class(TBaseObjectBindSourceDelegate, IBackendServiceComponent)
TBackendBindSourceComponent<TI: IBackendService; T: Class> = class(TBackendBindSourceComponent)
C++
class PASCALIMPLEMENTATION TBackendBindSourceComponent : public Data::Bind::Objectscope::TBaseObjectBindSourceDelegate
template<typename TI, typename T> class PASCALIMPLEMENTATION TBackendBindSourceComponent__2 : public TBackendBindSourceComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Backend.BindSource.pas REST.Backend.BindSource.hpp |
REST.Backend.BindSource | REST.Backend.BindSource |
Description
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.