ImageEn, unit iesettings

TIEGlobalSettings.ProxyPassword

TIEGlobalSettings.ProxyPassword

Declaration

property ProxyPassword: string;

Description

Specifies the proxy password when using LoadFromURL and LoadFromURL.

Example

IEGlobalSettings().ProxyAddress := '10.2.7.2:8080';
IEGlobalSettings().ProxyUser := 'testuser';
IEGlobalSettings().ProxyPassword := 'testpassword';
ImageEnView1.IO.LoadFromURL('http://www.imageen.com/graphics/imageen.gif');

See Also

ProxyAddress
ProxyUser