[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Call this method during lengthy operations to ensure the GUI remains responsive.
Source position: forms.pp line 1545
public procedure TApplication.ProcessMessages; |
Calls AppProcessMessages in the widgetset class to processes pending messages, and calls ProcessAsyncCallQueue to handle any queued asynchronous callbacks.