RAD Studio VCL Reference
|
Allow an application to process queued messages.
procedure ProcessMessages;
__fastcall ProcessMessages();
Call ProcessMessages to permit the application to process messages that are currently in the message queue. Neglecting message processing affects only the application calling ProcessMessages, not other applications. In lengthy operations, calling ProcessMessages periodically allows the application to respond to paint and other messages.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|