API:Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAuthUserName

From RAD Studio API Documentation

Delphi

function GetAuthUserName: string; override;

C++

virtual System::UnicodeString __fastcall GetAuthUserName(void);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPRequestWebBroker

Description

Returns the value of the AuthUserName property. {{#multireplace:Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAuthUserName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAuthUserName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAuthUserName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the value of the AuthUserName property.

The GetAuthUserName method is the read implementation of the AuthUserName property.

See Also