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