Hi, how do I load an image from a URL in the component DPFImageView1?
Regards
Hi Leonardo
DPFImageView1.LoadFromURL := true; DPFImageView1.LoadAsync := true; // Optional DPFImageView1.CacheImage := true; // Optional DPFImageView1.ImageList.text := 'http://www.***.com/yourimage.png' ;
Hi But if I put more than one image, does not work ... Only works with one image?
Yes, for displaying a picture only one url (local or none local) is used in TDPFImageView
regards
Log in to post a comment.
Hi,
how do I load an image from a URL in the component DPFImageView1?
Regards
Hi Leonardo
Regards
Hi
But if I put more than one image, does not work ...
Only works with one image?
Regards
Hi Leonardo
Yes, for displaying a picture only one url (local or none local) is used in TDPFImageView
regards