System.Diagnostics.TStopwatch.Reset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Reset;

C++

void __fastcall Reset(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Diagnostics.pas
System.Diagnostics.hpp
System.Diagnostics TStopwatch

Description

Resets the stopwatch.

Call Reset to reset the stopwatch. Reset clears all the time intervals measured before and sets the stopwatch into a stopped state.

See Also