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

Declaration
property HTTPPassword: String;  

Description
The HTTPPassword property specifies the password 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
HTTPUsername property  
OnPasswordRequest event.