0

What does Application->ProcessMessages() do on Borland C++Builder 6?

What is the meanning of this function?

When should I call it?

Is there any option that this function will throw an exception?

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
user687459
  • 143
  • 5
  • 17
  • 2
    Here you have the answer of your question http://stackoverflow.com/questions/25181713/i-do-not-understand-what-application-processmessages-in-delphi-is-doing – Mocanu Bogdan Oct 18 '15 at 21:45
  • you should not call it directly (Windows will) but you can hook it up ... by changing the WinProc function handler to your own ... of coarse it is a good idea to call the original handler in it too so the VCL will work too. – Spektre Oct 19 '15 at 06:30

0 Answers0