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

KillTimer

Removes an timer.

Declaration

Source position: winapih.inc line 329

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.