System.Types.TMultiWaitEvent.GetTickCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetTickCount: Cardinal; virtual; abstract;

C++

virtual __classmethod unsigned __fastcall GetTickCount() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Types.pas
System.Types.hpp
System.Types TMultiWaitEvent

Description

Note: This is an abstract method that descendants of TMultiWaitEvent override.

The System.Types unit cannot use the System.Classes unit. This method allows descendants which have access to System.Classes to provide a means for this base ancestor class to call TThread.GetTickCount.

See Also