Record TTimerResult
Unit
Declaration
type TTimerResult = record
Description
Current time from Timer.
Overview
Methods
function ElapsedTime: TFloatTime; |
|
function Initialized: Boolean; |
Description
Methods
function ElapsedTime: TFloatTime; |
|
Seconds passed since this time sample up to now. Equivalent to |
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.