Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAuthUserName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetAuthUserName: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetAuthUserName() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

説明

AuthUserName プロパティの値を返します。

GetAuthUserName メソッドは、 AuthUserName プロパティの読み込み実装です。

関連項目