| Subject: | Loading Image to TImage dynamically from url? |
| Posted by: | Bijesh Joseph |
| Date: | Sat, 27 Feb 2010 |
I'm able to load an image to TImage on design time from a web url. But when I try to load it dynamically using TPicture.LoadFromFile() method, the file name gets concatenated with the current folder name, which makes the url invalid. I tried with LoadFromStream() also but the result was same.
Please help .Also let me know, if any alternative way to load the image from web to a TImage dynamically. Thanks in advance. Bijs