Icon CreateTimer Method

function CreateTimer(AHandler: TInterfaceTimerEvent; AInterval:
      Integer): Integer

Available In: Visual Client Applications

Use this method to create a timer event. The AHandler parameter specifies the event handler to call every time the AInterval milliseconds parameter has elapsed.
Image