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.
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.