MobileUIControl.Refresh

From Xojo Documentation

Method

MobileUIControl.Refresh()

New in 2020r2

Supported on Mobile.

Marks the control so that it will be redrawn during the next event loop.

Sample Code

Call Refresh to force a Canvas to redraw itself:

Canvas1.Refresh