- 4.8.3.4 -
Standard Units

Crt Unit


CRT Unit Procedures and FunctionsDelay 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.
 |
 |
 |
ClrScr procedure |
Table of Content |
DelLine procedure |
- 4.8.3.4 -