Difference between revisions of "GetTickCount"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " ''function GetTickCount(): integer;'' '''Description:''' Returns the ticks count - 1 second = 60 ticks. Similar to the Ticks argument of AppOnIdle , but can be called at...")
 
(No difference)

Latest revision as of 11:44, 15 August 2012

function GetTickCount(): integer;

Description:
 Returns the ticks count - 1 second = 60 ticks. Similar to the Ticks argument of AppOnIdle , but can be called at any time.