Record TTimerResult

Hierarchy
Fields
Properties

Unit

Declaration

type TTimerResult = record

Description

Current time from Timer.

Overview

Methods

Public function ElapsedTime: TFloatTime;
Public function Initialized: Boolean;

Description

Methods

Public function ElapsedTime: TFloatTime;

Seconds passed since this time sample up to now. Equivalent to TimerSeconds(Timer, Self)

Public function Initialized: Boolean;

Holds non-zero value. Use to detect whether this TTimerResult comes from Timer call, or is just a zero field in new class instance.


Generated by PasDoc 0.16.0-snapshot.