[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destroys a timer.
Source position: interfacebase.pp line 172
public function TWidgetSet.DestroyTimer( |
TimerHandle: THandle |
):Boolean; virtual; abstract; |
TimerHandle |
|
The timer ID. |
False on failure.
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.
|
Creates a timer with the given callback method. |