Changeset 393 for Common/StopWatch.pas


Ignore:
Timestamp:
Jul 26, 2012, 1:15:17 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Reverted deletion of URegistry unit. New package GeneralRegistry is not finished and 100% usable yet.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/StopWatch.pas

    r390 r393  
    2222    function GetElapsed: string;
    2323  public
    24     constructor Create(const startOnCreate: Boolean = False) ;
     24    constructor Create(const startOnCreate : Boolean = False) ;
    2525    procedure Start;
    2626    procedure Stop;
    27     property IsHighResolution: Boolean read fIsHighResolution;
    28     property ElapsedTicks: TLargeInteger read GetElapsedTicks;
    29     property ElapsedMiliseconds: TLargeInteger read GetElapsedMiliseconds;
    30     property Elapsed: string read GetElapsed;
    31     property IsRunning: Boolean read fIsRunning;
     27    property IsHighResolution : Boolean read fIsHighResolution;
     28    property ElapsedTicks : TLargeInteger read GetElapsedTicks;
     29    property ElapsedMiliseconds : TLargeInteger read GetElapsedMiliseconds;
     30    property Elapsed : string read GetElapsed;
     31    property IsRunning : Boolean read fIsRunning;
    3232  end;
    3333
Note: See TracChangeset for help on using the changeset viewer.