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

TWidgetSet.DestroyTimer

Destroys an timer.

Declaration

Source position: interfacebase.pp line 162

public function TWidgetSet.DestroyTimer(

  TimerHandle: THandle

):Boolean; virtual; abstract;

Arguments

TimerHandle

  

The timer ID.

Function result

False on failure.

See also

TWidgetSet.CreateTimer

  

Creates an timer with the given callback method.

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