FireDAC.Stan.Util.FDGetTickCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDGetTickCount: LongWord;

C++

extern DELPHI_PACKAGE unsigned __fastcall FDGetTickCount(void);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Returns the number of milliseconds since the system start.

FDGetTickCount returns the number of elapsed milliseconds since the system start.

See Also