[Overview][Types][Classes][Variables][Index] |
Event called on each timer tick.
Source position: fptimer.pp line 68
published property TFPTimer.OnTimer : TNotifyEvent; |
OnTimer is called on each timer tick. The event handler must be assigned to a method that will do the actual work that should occur when the timer fires.
|
Timer tick interval in milliseconds. |
|
|
Start or stop the timer |