ImageEn, unit iexHelperFunctions

TIEBitmapHelper.LoadFromURL

TIEBitmapHelper.LoadFromURL


Declaration

function LoadFromURL(const URL            : WideString;
                     const sProxyAddress  : WideString = '';
                     const sProxyUser     : WideString = '';
                     const sProxyPassword : WideString = ''
                     ): Boolean;


Description

Load an image from the internet using the HTTP or FTP protocol.

Note:
 See documentation for TImageEnIO.LoadFromURL
 You must add the iexHelperFunctions unit to your uses clause


Example

MyBitmap.LoadFromURL('http://www.imageen.com/graphics/imageen.gif');