Delay()

语法

Delay(Time)
概要
Halts the program execution for the specified amount of time.

参数

Time The delay time in milliseconds. The actual delay may be longer than the specified time.

返回值

无.

Remarks

Delay is especially useful in event loops with WindowEvent() or ExamineKeyboard(), so these functions do not "eat" the entire CPU power.

参阅

ElapsedMilliseconds()

已支持操作系统

所有

<- CountCPUs() - System Index - DoubleClickTime() ->