REST.Authenticator.Basic.TSubHTTPBasicAuthenticationBindSource

From RAD Studio API Documentation
Jump to: navigation, search

REST.Client.TRESTAuthenticatorBindSourceREST.BindSource.TRESTComponentBindSourceData.Bind.ObjectScope.TBaseObjectBindSourceTSubHTTPBasicAuthenticationBindSource

Delphi

TSubHTTPBasicAuthenticationBindSource = class(TRESTAuthenticatorBindSource<THTTPBasicAuthenticator>)

C++

class PASCALIMPLEMENTATION TSubHTTPBasicAuthenticationBindSource : public Rest::Client::TRESTAuthenticatorBindSource__1<THTTPBasicAuthenticator*>

Properties

Type Visibility Source Unit Parent
class public
REST.Authenticator.Basic.pas
REST.Authenticator.Basic.hpp
REST.Authenticator.Basic REST.Authenticator.Basic

Description

LiveBindings bindsource for the THTTPBasicAuthenticator class.

TSubHTTPBasicAuthenticationBindSource is the LiveBindings bindsource for the THTTPBasicAuthenticator class.

TSubHTTPBasicAuthenticationBindSource publishes subcomponent properties.

See Also