TimerInterval property


Available for window objects (Window, MDIWindow and DialogBox).

Read/Write at design time
Read/Write at run time

Specifies the interval (in milliseconds) for a timer in the window object. You can set and kill the timer at run time by modifing this property with the SetTimerInterval method.


REMARKS
: When the timer is set (TimerInterval property > 0), it sends a WM_TIMER message to the window object it belongs to, each time an interval is elapsed. When this property is set to 0, the timer is killed.