摘要:
核心提示:【函数名】 GetTickCount【库名】 kernel32【适用范围】 95/98/ME/NT/2000/XP...【说明】 用于获取自windows启动以来经历的时间长度(毫秒)【返回值】 Long,以毫秒为单位的windows运行时间通常用来计算某个操作所使用的时间: Start:=GetTickCount; ...//执行耗时的操作Stop:=GetTickCount; TimeUsed:=(Stop-Start)/1000; //使用了xxx秒也可以用来做延时程序:Procedure TForm1.Delay(Msecs: Integer);var firstTickCo 阅读全文
posted @ 2011-08-08 08:18
aBung
阅读(13014)
评论(0)
推荐(0)
浙公网安备 33010602011771号