[an error occurred while processing this directive] [an error occurred while processing this directive]
Ответ:
(«Телесистемы»: Конференция «Микроконтроллеры и их применение»)
[an error occurred while processing this directive] [an error occurred while processing this directive] [an error occurred while processing this directive]

Отправлено John 15 октября 2001 г. 08:29
В ответ на: Например так отправлено Voldemar 14 октября 2001 г. 21:14

{---------------------------------}
// Задержка в мс
procedure MySleep ( MS : dword );
var
MSN : dword;
begin
MSN := GetTickCount + MS;
While ( GetTickCount < MSN ) do Application.ProcessMessages;
end; // MySleep

Составить ответ  |||  Конференция  |||  Архив

Ответы



Перейти к списку ответов  |||  Конференция  |||  Архив  |||  Главная страница  |||  Содержание  |||  Без кадра

E-mail: info@telesys.ru