[Overview][Constants][Types][Classes][Index] |
Creates a timer object.
Source position: line 0
public function TPTCTimerFactory.CreateNew: IPTCTimer; |
ATime: Double |
):IPTCTimer; |
ATime |
|
The initial time value in seconds. |
Creates a timer object.
When called without arguments, the timer is created in a stopped state and the time value is initially set to zero. When ATime is specified, the timer value is initially set to ATime, and the timer is initially stopped. When ATimer is specified, the newly created timer object is copied from ATimer.