| [Overview][Types][Classes][Variables][Index] | 
Creates a new driver instance
Source position: fptimer.pp line 110
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  |