Unit 'GR32_System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TStopwatch

Declaration

Source position: GR32_System.pas line 51

type TStopwatch = record

public

  class function GetTimeStamp;

  

  procedure Reset;

  

  procedure Start;

  

  class function StartNew;

  

  procedure Stop;

  

  property ElapsedMilliseconds: Int64; [r]

  

  property ElapsedTicks: Int64; [r]

  

  property Frequency: Int64; [r]

  

  property IsHighResolution: Boolean; [r]

  

  property IsRunning: Boolean; [r]

  

end;



CT Web help

CodeTyphon Studio