RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDBApplication.ProcessMessages Method

Allow an application to process queued messages.

Pascal
procedure ProcessMessages;
C++
__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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!