REST.Client.TRESTAuthenticatorAdapter

From RAD Studio API Documentation
Jump to: navigation, search

REST.BindSource.TRESTComponentAdapterData.Bind.ObjectScope.TBindSourceAdapterSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRESTAuthenticatorAdapter

Delphi

TRESTAuthenticatorAdapter<T: TCustomAuthenticator> = class(TRESTComponentAdapter)

C++

template<typename T> class PASCALIMPLEMENTATION TRESTAuthenticatorAdapter__1 : public Rest::Bindsource::TRESTComponentAdapter

Properties

Type Visibility Source Unit Parent
class public
REST.Client.pas
REST.Client.hpp
REST.Client REST.Client

Description

Represents the LiveBindings adapter for REST components.

REST.Client.TRESTAuthenticatorAdapter inherits from REST.BindSource.TRESTComponentAdapter. All content below this line refers to REST.BindSource.TRESTComponentAdapter.


Represents the LiveBindings adapter for REST components.

TRESTComponentAdapter is used to create bindable members.

See Also