WebImageView.URL

From Xojo Documentation

Property (As String )
aWebImageView.URL = newStringValue
or
StringValue = aWebImageView.URL

New in 2010r4

Supported for all project types and targets.

The URL of the picture to display.

Notes

Rather than supplying (or creating) your own picture in the project, you can instead link to the URL of a picture.

Currently supports JPEG and PNG image formats.

Examples

Display an image from Flickr:

Me.URL = "http://www.flickr.com/photos/field_museum_library/3608438286/"