.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

how to build hyperlink for query string in php -

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

queue - mq_receive: message too long -