Changeset 4 for trunk/Apps/UClock.pas


Ignore:
Timestamp:
Nov 23, 2014, 12:56:33 AM (9 years ago)
Author:
chronos
Message:
  • Added: Now applications can write text to serial device which is displayed on form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Apps/UClock.pas

    r3 r4  
    66
    77uses
    8   Classes, SysUtils, UAPI, dateutils;
     8  Classes, SysUtils, UApp, dateutils;
    99
    1010type
     
    2323procedure TAppClock.Run;
    2424begin
    25   while True do begin
     25  while not Terminated do begin
    2626    API.WriteText('test');
    2727    API.Sleep(OneSecond);
Note: See TracChangeset for help on using the changeset viewer.