Mar 29, 2002 #1 jvff Programmer Apr 1, 2001 64 BR Hello, I am a C++ Program, new to Object Pascal. Is there a function to make the program wait for a few seconds like Sleep() in C++? ThanQ, ;-) JVFF (Janito Vaqueiro Ferreira Filho)
Hello, I am a C++ Program, new to Object Pascal. Is there a function to make the program wait for a few seconds like Sleep() in C++? ThanQ, ;-) JVFF (Janito Vaqueiro Ferreira Filho)
Mar 29, 2002 #2 Svanhooft Programmer Nov 23, 2001 187 NL hi, sleep() is a windows function, so in delphi it is also sleep(1000) where 1000 is the time in milliseconds Steph Upvote 0 Downvote
hi, sleep() is a windows function, so in delphi it is also sleep(1000) where 1000 is the time in milliseconds Steph
Mar 29, 2002 Thread starter #3 jvff Programmer Apr 1, 2001 64 BR And for Linux...? ThanQ, ;-) JVFF (Janito Vaqueiro Ferreira Filho) Upvote 0 Downvote