which code that shows only time the form in the App. Get link Facebook X Pinterest Email Other Apps - October 17, 2016 which code that shows only time the form in the App. Get link Facebook X Pinterest Email Other Apps Comments Leif UneusOctober 17, 2016 at 1:39 PMPlace a label on the form, and in a timer event fired every second write:TimeLbl.Caption := SysUtils.FormatDateTime('hh:nn:ss',Now);ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Place a label on the form, and in a timer event fired every second write:
ReplyDeleteTimeLbl.Caption := SysUtils.FormatDateTime('hh:nn:ss',Now);