[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

KillTimer

Removes an timer.

Declaration

Source position: winapih.inc line 330

function KillTimer(

  Wnd: HWND;

  uIDEvent: UINT_PTR

):Bool;

Arguments

Wnd

  

The window handle associated with the timer, can be zero.

uIDEvent

  

The timer ID.

Function result

Zero on failure!

See also

SetTimer

  

Creates or resets an timer for the given time interval.


Version 3.2 Generated 2024-02-25 Home