[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates an timer with the given callback method.
Source position: interfacebase.pp line 161
public function TWidgetSet.CreateTimer( |
Interval: Integer; |
TimerProc: TWSTimerProc |
):THandle; virtual; abstract; |
Interval |
|
The time interval. |
TimerProc |
|
The callback method. |
The timer ID, zero on failure.
lazarus-ccr.sourceforge.net |