Previous: ClrScr procedure To the Table of Content Next: DelLine procedure

- 4.8.3.4 -
Standard Units
Crt Unit
CRT Unit Procedures and Functions

Delay procedure

Targets: MS-DOS, OS/2, Win32


CRT Unit, WinCRT Unit

Delays a specified number of milliseconds.

Declaration:
procedure Delay(Ms: Word);
Remarks:
Ms specifies the time, in milliseconds of the delay.

Delay is only an approximation, and therefore, the delay period will not last for the exact number of Ms milliseconds.


Previous: ClrScr procedure To the Table of Content Next: DelLine procedure
ClrScr procedure Table of Content DelLine procedure

- 4.8.3.4 -