ImageEn, unit iexHelperFunctions

TBitmap.LoadFromURL

TBitmap.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


Example

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