2.0
3.0
>
comp
>
gb.qt
>
control
>
refresh
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
Control.Refresh (gb.qt)
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