摘要:        
Delphi 中的 Timer 的机制究竟是什么样的?有意查阅了一下 Delphi 的帮助文档,对于 TTimer 类,它的说明如下:TTimer is used to simplify calling the Windows API timer functions SetTimer and KillTimer, and to simplify processing the WM_TIMER messages. Use one timer component for each timer in the application.The execution of the timer occurs     
阅读全文