IDLitWindow::SetTimerInterval
Syntax | Arguments | Keywords | Version History
The IDLitWindow::SetTimerInterval procedure method specifies the floating-point number of seconds between timer events. When a timer event occurs, the window calls the OnTimer method of all window event observers. The generation of timer events is controlled by the window event mask.
See Controlling the Animation Rate (Object Programming) for examples of using this method in an animation display.
Syntax
Obj->[IDLitWindow::]SetTimerInterval, Interval
Arguments
Interval
The default interval value is 0, which indicates that the timer event interval is the smallest amount of time allowed by the system.
Keywords
None
Version History