CreateTimer

This procedure allocates a timer. The timer is not set in any way. See SetTimer to activate the timer. Figure 1 shows an example.

Figure 1. Create timer example
   procedure CreateTimer
            (
        var    T: TimerPointerType
            );
            external;
Parameter
Description
T
Set to a timer pointer that can be used in subsequent SetTimer, ClearTimer, and DestroyTimer calls.