README.md

December 5, 2022 ยท View on GitHub

USEFUL API FUNCTION GetTickCount

Description

This will tell you the time when your computer starts in miliseconds.

More Info

Submitted On
ByArif M. Sheikh
LevelBeginner
User Rating3.0 (9 globes from 3 users)
CompatibilityDelphi 7, Delphi 6, Delphi 5, Delphi 4, Pre Delphi 4
CategoryDelphi function enhancement
WorldDelphi
Archive File

Source Code

Label1.caption := IntToStr(GetTickCount);
// IntToStr 'll convert Integer to String

Contents

  1. 1USEFUL API FUNCTION GetTickCount
  2. 1.1Description
  3. 1.2More Info
  4. 1.3Source Code