[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Delay                    Delays Program for a Fixed Amount of Time

 Delay(MS : Integer);                                                    [TP]

    Causes program to delay for the indicated number of milliseconds
    (1/1000ths of a second); for example, Delay(3000) will pause for about
    3 seconds.

              MS    Number of milliseconds to delay.

  -------------------------------- Example ---------------------------------

           Delay(3000);             { delay approx. 3 seconds }

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson