LongTimeFormat := 'hh : nn : ss.zzz'; while true begin Label1.Caption := (DateToStr(now) + #13 + TimeToStr(now)); end;