.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
Post a Comment