which code that shows only time the form in the App.

which code that shows only time the form in the App.


Comments

  1. Place a label on the form, and in a timer event fired every second write:

    TimeLbl.Caption := SysUtils.FormatDateTime('hh:nn:ss',Now);

    ReplyDelete

Post a Comment