Stop the timer.
Source position: fptimer.pp line 119
public procedure TFPTimerDriver.StopTimer; virtual; abstract; |
StopTimer is called by TFPCustomTimer.StopTimer. It should be overridden by descendents of TFPTimerDriver to actually stop the timer.
|
Stop the timer. |
|
|
Start the timer. |