Unit 'fptimer' Package
[Overview][Types][Classes][Variables][Index] [#fcl]

TFPTimer.Interval

Timer tick interval in milliseconds.

Declaration

Source position: fptimer.pp line 95

published property TFPTimer.Interval : Cardinal;

Description

Interval specifies the timer interval in milliseconds. Every Interval milliseconds, the OnTimer event handler will be called.

Note that the milliseconds interval is a minimum interval. Under high system load, the timer tick may arrive later.

See also

OnTimer

  

Event called on each timer tick.

Enabled

  

Start or stop the timer.


Documentation generated on: Jul 24 2023