Changeset 6 for os/trunk/System
- Timestamp:
- Jun 2, 2013, 5:41:42 PM (12 years ago)
- Location:
- os/trunk
- Files:
-
- 1 added
- 2 edited
-
. (modified) (1 prop)
-
System/LDOS.Kernel.pas (modified) (1 diff)
-
System/LDOS.Mem.pas (added)
Legend:
- Unmodified
- Added
- Removed
-
os/trunk
- Property svn:ignore
-
old new 2 2 *.~dsk 3 3 __history 4 *.identcache
-
- Property svn:ignore
-
os/trunk/System/LDOS.Kernel.pas
r5 r6 24 24 25 25 TTimer = class 26 private 27 FOnTick: TNotifyEvent; 28 FEnabled: Boolean; 29 public 30 Interval: Integer; 31 property Enabled: Boolean read FEnabled write FEnabled; 32 property OnTick: TNotifyEvent read FOnTick write FOnTick; 26 33 end; 27 34
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/libredevelop/chrome/site/your_project_logo.png)