Changeset 592 for trunk/Packages/Common/StopWatch.pas
- Timestamp:
- Aug 10, 2024, 3:40:04 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/StopWatch.pas
r456 r592 22 22 function GetElapsed: string; 23 23 public 24 constructor Create(const startOnCreate 24 constructor Create(const startOnCreate: Boolean = False) ; 25 25 procedure Start; 26 26 procedure Stop; … … 35 35 implementation 36 36 37 constructor TStopWatch.Create(const startOnCreate : boolean = false) ;37 constructor TStopWatch.Create(const startOnCreate: Boolean = False) ; 38 38 begin 39 39 inherited Create;
Note:
See TracChangeset
for help on using the changeset viewer.