Previous: 4.8.2.3. ClrScr procedure To the Table of Contents Next: 4.8.2.5. DelLine procedure
4.8.2.3. ClrScr procedure Table of Contents 4.8.2.5. DelLine procedure

- 4.8.2.4. -
Table of Contents
4. Standard Units
4.8. CRT - Keyboard and monitor control routines
4.8.2. CRT Unit Procedures and Functions
4.8.2.4. Delay procedure


4.8.2.4. 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: 4.8.2.3. ClrScr procedure To the Table of Contents Next: 4.8.2.5. DelLine procedure
4.8.2.3. ClrScr procedure Table of Contents 4.8.2.5. DelLine procedure

- 4.8.2.4. -