[Overview][Types][Classes][Variables][Index] Reference for unit 'fptimer' (#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: May 14 2021