[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

GetTickCount

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

Declaration

Source position: lclintf.pas line 74

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.


Version 3.2 Generated 2024-02-25 Home