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
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.