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

TWidgetSet.DestroyTimer

Destroys a timer.

Declaration

Source position: interfacebase.pp line 164

public function TWidgetSet.DestroyTimer(

  TimerHandle: THandle

):Boolean; virtual; abstract;

Arguments

TimerHandle

  

The timer ID.

Function result

False on failure.

Description

Declared as an abstract virtual method in TWidgetSet. Must be implemented in a descendent class to use the platform-specific mechanism(s) required for the implementation.

See also

TWidgetSet.CreateTimer

  

Creates a timer with the given callback method.

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