System.Diagnostics.TStopwatch.IsHighResolution

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property IsHighResolution: Boolean read FIsHighResolution;

C++

/* static */ __property bool IsHighResolution = {read=FIsHighResolution};

Properties

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

Description

Specifies whether high-resolution timers are supported.

Use the value of IsHighResolution to check whether the current operating system supports high-resolution timers. If the value of IsHighResolution is false, then the normal timers are used.

See Also