Changeset 3 for trunk/Apps
- Timestamp:
 - Nov 22, 2014, 11:50:49 PM (11 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/Apps/UClock.pas (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/Apps/UClock.pas
r2 r3 6 6 7 7 uses 8 Classes, SysUtils, UAPI ;8 Classes, SysUtils, UAPI, dateutils; 9 9 10 10 type … … 23 23 procedure TAppClock.Run; 24 24 begin 25 25 while True do begin 26 API.WriteText('test'); 27 API.Sleep(OneSecond); 28 end; 26 29 end; 27 30  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/ChronOS/chrome/site/your_project_logo.png)