| Programming C# C++ (7) Delphi (617) .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) Java (8) JavaScript (31) perl (9) php (4) VBScript (1) Visual Basic (1) |
Wait for an amount of milliseconds
(1 votes). Leave comments and/ or rate it.
The Win32 API has the function Sleep(ms : longint); for this purpose. If you are working with D1, use the following function - it waits for a given amount of milliseconds.
Comments:
| ||||||||||||||||||