|
Delay procedure
PC Speaker sound routines |
|
| acUtils
|
| procedure Delay(MSec: Integer);
|
| The Delay procedure delays a specified number of milliseconds. MSecs parameter specifies the number of milliseconds to wait.
|
|
|
| The Delay procedure is the same as the Sleep API routine and used for compatibility with old Pascal code.
|
| Sound and NoSound procedures.
|