Moacir Flávio Gonçalves wrote:
> How can I have a delay like sleep, but with faster, less than 1 ms?

You could try using QueryPerformanceCounter API, but there is no guarantee 
what the maximum delay will be as Windows is not a real-time OS.  If you 
are trying to slow-down serial communications, you could reduce the baud 
rate.

David 

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to