//声明:
GetTickCount: DWORD; {无参数; 返回系统已启动的时间(毫秒)}

//举例: var t: DWORD; begin t := GetTickCount; ShowMessage(IntToStr(t)); end;
posted on 2008-02-07 20:43  万一  阅读(4229)  评论(0编辑  收藏  举报