[Overview][Types][Classes][Variables][Index] |
Create new driver instance
Source position: fptimer.pp line 75
public constructor TFPTimerDriver.Create( |
ATimer: TFPCustomTimer |
); virtual; |
ATimer |
|
Timer instance that created the driver |
Create should be overridden by descendents of TFPTimerDriver to do additional initialization of the timer driver. Create just stores (in Timer) a reference to the ATimer instance which created the driver instance.
|
Timer tick |
|
|
Timer class with published properties |