REST.Backend.BindSource.TBackendBindSourceComponentAuth

Delphi
TBackendBindSourceComponentAuth<TI: IBackendService; T: Class> = class(TBackendBindSourceComponent<TI, T>)
C++
template<typename TI, typename T> class PASCALIMPLEMENTATION TBackendBindSourceComponentAuth__2 : public TBackendBindSourceComponent__2<TI,T>
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.
REST.Backend.BindSource.TBackendBindSourceComponentAuth 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.