Menu

DPFImageView

2013-09-26
2013-09-27
  • pleonardomv

    pleonardomv - 2013-09-26

    Hi,
    how do I load an image from a URL in the component DPFImageView1?

    Regards

     
  • Babak Yaghoobi

    Babak Yaghoobi - 2013-09-26

    Hi Leonardo

    DPFImageView1.LoadFromURL     := true;
    DPFImageView1.LoadAsync       := true; // Optional
    DPFImageView1.CacheImage      := true; // Optional
    DPFImageView1.ImageList.text  := 'http://www.***.com/yourimage.png' ;
    

    Regards

     
  • pleonardomv

    pleonardomv - 2013-09-26

    Hi
    But if I put more than one image, does not work ...
    Only works with one image?

    Regards

     
  • Babak Yaghoobi

    Babak Yaghoobi - 2013-09-27

    Hi Leonardo

    Yes, for displaying a picture only one url (local or none local) is used in TDPFImageView

    regards

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.