2013年7月2日
摘要: 转自:http://www.cnblogs.com/Bung/archive/2011/05/17/2048867.html //延迟函数:方法一 procedure delay(msecs:integer); var Tick: DWord; Event: THandle; begin Event := CreateEvent(nil, False, False, nil); ... 阅读全文
posted @ 2013-07-02 10:22 宅神的小铺 阅读(464) 评论(1) 推荐(0)