TThread.GetTickCount64
Return tick count (64-bit)
Declaration
Source position: classesh.inc line 1968
public 
  class function GetTickCount64 : QWord;  Static;
Description
GetTickCount64 simply calls SysUtils.GetTickCount64 and is implemented for Delphi compatibility only.
See also
| Name | Description | 
|---|---|
| SysUtils.GetTickCount64 | Get tick count (64-bit) |