NAME: Delay
USE: Procedure to Delay program execution a specified number
of milliseconds.
DEPENDENCY: The CRT unit must be used placed in the uses section.
SYNTAX: Delay(Value);
Delay(Word);
EXAMPLE: Delay(5000); { Delays for 5 seconds }
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson