iOSControl.Invalidate
From Xojo Documentation
Method
Marks the control so that it will be redrawn during the next event loop.
Sample Code
Call Invalidate to force a Canvas to redraw itself:
Canvas1.Invalidate
Marks the control so that it will be redrawn during the next event loop.
Call Invalidate to force a Canvas to redraw itself: