doEvents · doNotify

Notification

doEvents()
Syntax:

doEvents()

Description:

Deal with any pending events in the middle of a computation. This also causes any previous flushes to make their effect felt on the screen.

Faster than doNotify() since field editors are not updated.


doNotify()
Syntax:

doNotify()

Description:

All panels are updated so field editors show current values. This is slower than doEvents() which does not check the field editors.