ImageEn, unit iesettings

TIEGlobalSettings.ProxyAddress

TIEGlobalSettings.ProxyAddress


Declaration

property ProxyAddress: string;


Description

Specifies the proxy address and port when using LoadFromURL and LoadFromURL. The syntax is: 'domain:port'.


Example

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


See Also

 ProxyUser
 ProxyPassword