System.SysUtils.Sleep

From RAD Studio API Documentation
Revision as of 17:34, 16 October 2011 by TestAccount (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure Sleep; external kernel32 name 'Sleep'; stdcall;

Properties

Type Visibility Source Unit Parent
procedure external public System.SysUtils.pas System.SysUtils System.SysUtils

Description

Delay program execution for a specified number of milliseconds.

Sleep pauses program executions as specified by the milliseconds parameter. Under Windows, Sleep is just a link to the Sleep function in the API system.

Personal tools
Translations