Unit 'InterfaceBase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TWidgetSet.CreateTimer

Creates a timer with the given callback method.

Declaration

Source position: interfacebase.pp line 171

public function TWidgetSet.CreateTimer(

  Interval: Integer;

  TimerProc: TWSTimerProc

):TLCLHandle; virtual; abstract;

Arguments

Interval

  

The time interval.

TimerProc

  

The callback method.

Function result

The timer ID, zero on failure.



CT Web help

CodeTyphon Studio