FMX.Types.IFMXTimerService.GetTick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTick: Double;

C++

virtual double __fastcall GetTick() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IFMXTimerService

Description

Returns the duration of a tick in seconds.

The duration is relative either to boot time or another event, which is platform-dependent.

See Also