.net - Does Delphi Prism have Sleep() function? -


i coding in delphi prism , need pause loop sleep timer, sleep(x) doesn't exist in delphi prism. function or procedure there in delphi prism replace sleep(x) procedure?

thanks.

delphi prism using .net framework, should able use thread.sleep instead of sleep(x);


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -