Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Иногда в потоках sleep становится невероятным злом, вот такие кривые костыли помогают.procedure gsleep(interval:integer);
var
settime:integer;
begin
settime:=GetTickcount+interval;
while (settime<GetTickcount) do continue;
end;