Delphi 学习大师
个人中心
搜索
Delphi 学习大师
文章详情
副标题
delphi SetTimer 用法
2018-10-31
procedure showmsg;
begin
showmessage('时间到了'); //检查时间已到。
end;
SetTimer(0, $AA, 5000, @showmsg);
日期时间
阅读12
发表评论
登录评论
匿名评论
提交
提交