http Password property
Return to Introduction  Previous page  Next page
Applies to
acHTTP component.  

Declaration
property Password: String;  

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

See also
Username property and OnPasswordRequest event.