[Overview][Types][Procedures and functions][Variables][Index] |
Number of ticks (milliseconds) elapsed since the computer was started.
Source position: lclintf.pas line 75
function GetTickCount64: QWord; |
Elapsed ticks (milliseconds).
GetTickCount64 is a QWord function used to get the number of ticks (milliseconds) elapsed since the computer was started. GetTickCount64 calls the GetTickCount64 function in LazSysUtils to get the return value.
Version 4.0 | Generated 2025-05-03 | Home |