JVCL Help:TJvThreadTimer

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvThreadTimer
run\JvThreadTimer.pas


Summary

TTimer replacement that utilizes a thread and has a higher accuracy.

run\JvThreadTimer.pas


Pascal

 run\JvThreadTimer.pas
 TJvThreadTimer = class(TJvComponent);


Description

  1. 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.

run\JvThreadTimer.pas

About

Navigation

run\JvThreadTimer.pas



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