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