Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAuthPassword

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

Delphi

function GetAuthPassword: string; virtual; abstract;

C++

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

プロパティ

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

説明

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

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

関連項目