C
cooler168
Unregistered / Unconfirmed
GUEST, unregistred user!
请教各位高手:<br>我想在form中的StatusBar上显示系统日期,且不会随控制面板中的设置改变,我用下面的语句没有成功<br>decodedate(Date,year,month,day);<br>StatusBar1.Panels[2].Text:=format('%-4s',[inttostr(year)+'-'+inttostr(month)+'-'+inttostr(day)]);<br>请问如何实现?