ImageEn, unit iesettings

TIEGlobalSettings.ProxyUser

TIEGlobalSettings.ProxyUser

Declaration

property ProxyUser: string;

Description

Specifies the proxy userid 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
ProxyPassword