System.Classes.TThread.GetTickCount

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function GetTickCount: Cardinal; static;

C++

static unsigned __fastcall GetTickCount();

プロパティ

種類 可視性 ソース ユニット
function public
System.Classes.pas
System.Classes.hpp
System.Classes TThread


説明

システムが開始してからの経過時間をミリ秒で返します。

関連項目