RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebConnection.UserName Property

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

Pascal
property UserName: string;
C++
__property AnsiString UserName;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!