Datasnap.Win.SConnect.TWebConnection.UserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserName: string read FUserName write FUserName;

C++

__property System::UnicodeString UserName = {read=FUserName, write=FUserName};

Properties

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

Description

Specifies the user name that allows the client application to log on to the application server.

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

See Also