RemoveWindowTimer()

Syntax

RemoveWindowTimer(#Window, Timer)
Description
Removes the timer from the specified window.

Parameters

#Window The window to use.
Timer The same value that was used in AddWindowTimer() to create the timer. There will be no further events received for this timer.

Return value

None.

See Also

AddWindowTimer()

Supported OS

All

<- RemoveKeyboardShortcut() - Window Index - ResizeWindow() ->