delphi Application.ProcessMessage作用


本文整理自网络,侵删。

 运行一个非常耗时的循环,那么在这个循环结束前,程序可能不会响应任何事件,按钮没有反应,程序设置无法绘制窗体,看上去就如同死了一样,这有时不是很方便,例如于终止循环的机会都没有了,又不想使用多线程时,这时你就可以在循环中加上这么一句,每次程序运行到这句时,程序就会让系统响应一下消息,从而使你有机会按按钮,窗体有机会绘制。所起作用类似于VB中DoEvent方法. 

Call ProcessMessages to permit the application to process messages that are currently in the message queue. ProcessMessages cycles the Windows message loop until it is empty, and then returns control to the application.   

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

Note: ProcessMessages does not allow the application to go idle, whereas HandleMessage does. 

     调用ProcessMessages来使应用程序处于消息队列能够进行消息处理,ProcessMessages将Windows消息进行循环轮转,直至消息为空,然后将控制返回给应用程序。 

注示:仅在应用程序调用ProcessMessages时勿略消息进程效果,而并非在其他应用程序中。在冗长的操作中,调用ProcessMessages周期性使得应用程序对画笔或其他信息产生回应。 

注示:ProcessMessages不充许应该程序空闲,而HandleMessage则然.

相关阅读 >>

Delphi incyear、incmonth、incweek、incday、inchour、incminute、incsecond、incmillisecond �c 增时

Delphi在网格cxgrid的左上角放置一个按钮

Delphi 定时鼠标模拟点击

Delphi edit,memo中禁用ctrl+v

Delphi开发桌面图标列表查看程序

Delphi获取盘符代码

Delphi 获取其他进程句柄的几种方法

怀念一下这些经常不记得的Delphi代码

Delphi windows 底下根据一个进程的名字杀死一个进程的代码

idhttp访问网页出现socket error #10054错误

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...