Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Nov : timers
| Subject: | timers |
| Posted by: | "Paris" (par..@yahoo.com) |
| Date: | 21 Nov 2007 05:34:56 |
I have a question about timers
I use a timer that fires every 500 ms to access some
test equipment on a GPIB interface.
My question is, does the timer code block always complete
execution before responding to a mouse click to, say, close
the window the timer is operating in or is there the possibility
that the timer code block could be interrupted in mid
block?
thanks.