Language:
Русский
English
Delay (procedure) (Crt unit)
Delays a specified number of milliseconds.
Declaration
procedure Delay(MS: Word);
Target
Real, Protected
Remarks
Ms specifies the number of milliseconds to wait.
Delay is an approximation, so the delay period will not last exactly Ms milliseconds.