The procedure Sleep pauses program execution for the specified number of milliseconds.
A Cardinal data type simple means that it is an unsigned integer, because it does not carry a positive (+) or negative (-) assignment.
Declaration: Procedure Sleep(Milliseconds: cardinal);
A simple example would be as follows.