JVCL Help:TJvThreadTimer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvThreadTimer Class
[+] JvThreadTimer.pas Classes
[+] TJvThreadTimer Methods
[+] TJvThreadTimer Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvThreadTimer
run\JvThreadTimer.pas
Summary
TTimer replacement that utilizes a thread and has a higher accuracy.
Pascal
run\JvThreadTimer.pas
TJvThreadTimer = class(TJvComponent);
Description
- JVCLInfo
This component is a replacement for the TTimer component with a better accuracy (1 millisecond) and without consuming a window handle for the timer. TJvThreadTimer uses an internal thread instead of the Windows API timer functions, can set priority and can have an accuracy of a millisecond, but it will consume more CPU than a TTimer.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page