Dim img As ABMImage
img.Initialize(page, "img", "https://i2.wp.com/www.automatedhome.co.uk/wp-content/uploads/2013/02/domotiz-graph.png?w=1000", 1)
page.Cell(1,1).AddComponent(img)
Dim weather As ABMImage
another example
B4X:
Dim img As ABMImage
img.Initialize(page, "img", "http://www.hetweeractueel.nl/includes/custom/hetweer.php?id=21%22", 1)
page.Cell(1,1).AddComponent(img)