Datasnap.Win.SConnect.TWebConnection.Password

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

Delphi

property Password: string read FPassword write FPassword;

C++

__property System::UnicodeString Password = {read=FPassword, write=FPassword};

プロパティ

種類 可視性 ソース ユニット
property published
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TWebConnection

説明

クライアントアプリケーションのアプリケーションサーバーへのログオンを許可するパスワードを指定します。

Web 接続コンポーネントは,アプリケーションサーバーに接続すると,UserName プロパティと Password プロパティの値を提供するので,ホストまたはプロキシにログオンできます。Password プロパティの値は,ホストとプロキシがどちらも認証を要求しない場合には空の文字列でかまいません。

関連項目