When I set the interval TTimerto 1, does it really execute code every 1 millisecond or is it like every 20 milliseconds or something like that?
I ask this question because I know that the Windows API function is Sleep()inaccurate, so I want to know if it is the same for TTimer.
source
share