Specifies the number of milliseconds in a second.
MSecsPerSec = 1000;
MSecsPerSec = 1000;
SysUtils
MSecsPerSec is the number of milliseconds (1000) in a second.
Using this constant rather than hard coding 1000 makes for more readable code.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|