Home / comp / gb.qt / control / refresh 
Control.Refresh (gb.qt)
Syntax
SUB Refresh ( [ X AS Integer, Y AS Integer, Width AS Integer, Height AS Integer ] )
Redraws the control, or just a part of it.

The redraw is defered and is processed at the next call of the event loop.

If you need an immediate refresh, call WAIT after having used this method.

See also

WAIT  Event Loop