Unit 'LCLIntf' Package
[Overview][Types][Procedures and functions][Variables][Index] [#lcl]

GetTickCount

Number of ticks (milliseconds) elapsed since the computer was started.

Declaration

Source position: lclintf.pas line 73

function GetTickCount: DWord;

Function result

Elapsed ticks (milliseconds).

Description

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.