webimage HTTPUsername property
Return to Introduction  Previous page  Next page
Applies to
acWebImage and acAutoUpgrader components.  

Declaration
property HTTPUsername: String;  

Description
The HTTPUsername property specifies the username to access the data in password protected Web directories. You don't need to specify the username/password if you reading non-protected data.  
 
tip You can also specify login information dynamically, when it neccessary, in the OnPasswordRequest event handler.  

See also
HTTPPassword property  
OnPasswordRequest event.