Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi Equivalent of VB DoEvents

Status
Not open for further replies.

GHolden

Programmer
May 28, 2002
852
GB
Hi,

Counld anyone tell me the Delphi equivalent of Visual Basic DoEvents.

DoEvents:

DoEvents switches control to the operating-environment kernel. Control returns to your application as soon as all other applications in the environment have had a chance to respond to pending events. This doesn't cause the current application to give up the focus, but it does enable background events to be processed.

Thanks.



There are two ways to write error-free programs; only the third one works.
 
It's Okay I've found it...

Application.ProcessMessages



There are two ways to write error-free programs; only the third one works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top