1000ms -> 1sec
procedure delay(Time: Integer);
var
PastCount: LongInt;
begin
PastCount := GetTickCount;
repeat
Application.ProcessMessages;
until ((GetTickCount-PastCount) >= LongInt(Time));
end;
'언어 > delphi' 카테고리의 다른 글
Project Source와 Unit Source의 구성 (0) | 2020.12.14 |
---|---|
예외처리 구분 경우 (try/except/finally) (0) | 2020.12.14 |
Form 생성에서 종료까지 사이클 (0) | 2020.12.14 |
HeidiSQL_11.0_64_Portable (0) | 2020.11.21 |
DzHTMLText, Dam (0) | 2020.11.21 |