Icon CreateTimeout Method

function CreateTimeout(AHandler: TInterfaceTimeoutEvent;
      AInterval: Integer): Integer

Available In: Visual Client Applications

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