[Overview][Types][Classes][Variables][Index] |
Create a new timer
Source position: fptimer.pp line 54
public constructor TFPCustomTimer.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the timer instance |
Create instantiates a new TFPCustomTimer instance. It creates the timer driver instance from the DefaultTimerDriverClass class pointer.
|
Release a timer instance from memory |