delphi – TTimer的准确度如何?

delphi – TTimer的准确度如何?,第1张

概述当我将TTimer间隔设置为1时,它实际上是每1毫秒执行一次代码还是每隔20毫秒或者其他什么? 我问这个问题,因为我知道Windows API Sleep()函数不准确,所以我想知道它是否与TTimer相同. The standard VCL TTimer component is a wrapper for the Windows API timer functions SetTimer and 当我将TTimer间隔设置为1时,它实际上是每1毫秒执行一次代码还是每隔20毫秒或者其他什么?

我问这个问题,因为我知道Windows API Sleep()函数不准确,所以我想知道它是否与TTimer相同.

解决方法

The standard VCL TTimer component is a wrapper for the windows API timer functions SetTimer and KillTimer. TTimer simplifIEs the processing of the WM_TIMER messages by converting them into OnTimer events. A timer based on WM_TIMER message processing cannot provIDe a resolution better than 10 milliseconds.

Source: Sergworks

总结

以上是内存溢出为你收集整理的delphi – TTimer的准确度如何?全部内容,希望文章能够帮你解决delphi – TTimer的准确度如何?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1248962.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-07
下一篇 2022-06-07

发表评论

登录后才能评论

评论列表(0条)

保存