Datasnap.Win.SConnect.TWebConnection.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password: string read FPassword write FPassword;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TWebConnection

Description

Specifies the password that allows the client application to log on to the application server.

When the Web connection component connects to the application server, it supplies the values of the UserName and Password properties so that it can log on to the host or proxy. The value of Password can be an empty string if neither the host nor proxy requires authentication.

See Also