Datasnap.DSHTTP.TDSHTTPRequestIndy.GetAuthUserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAuthUserName: string; override;

C++

virtual System::UnicodeString __fastcall GetAuthUserName();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPRequestIndy

Description

Returns the value of the AuthUserName property.

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

See Also