Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Put current time to the title
Use Timer component and this code for onTimer event.
procedure TForm1.Timer1Timer(Sender: TObject);
begin
Form1.Caption:=DateTimeToStr(Now);
end;
-
More for developers