MobileUIControl.Refresh
From Xojo Documentation
Method
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
Marks the control so that it will be redrawn during the next event loop.
Call Refresh to force a Canvas to redraw itself: