G
geo
Unregistered / Unconfirmed
GUEST, unregistred user!
我的程序中要在每天的18:00:00运行一个函数,我在timer的ontimer事件响应过程中写了如下语句,为什么不能在时间到时运行该函数呢?
if time=strtotime('0:0:0') then
begin
nighttongji;
end;
请告诉我怎么才能正确实现定时运行?
if time=strtotime('0:0:0') then
begin
nighttongji;
end;
请告诉我怎么才能正确实现定时运行?