Mar 29, 2002 #1 jvff Programmer Joined Apr 1, 2001 Messages 64 Location 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 Joined Nov 23, 2001 Messages 187 Location 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 Joined Apr 1, 2001 Messages 64 Location BR And for Linux...? ThanQ, ;-) JVFF (Janito Vaqueiro Ferreira Filho) Upvote 0 Downvote