Possible Duplicate:
Delphi Timer: Time before next event
Using C++ builder XE on Windows 7 Pro (64 bit) :
I have a TTimer on a form.
What I want to do is to update a progress bar to show how long the TTimer has left before it calls the OnTimer event handler.
Is there any way to find out low long it will be until the TTimer's interval fires the OnTimer event ?