[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TTimer: An elapsed timer useful in many applications
Source position: extctrls.pp line 188
type TTimer = class(TCustomTimer) end; |
||
published |
||
property Enabled: Boolean; |
|
Enabled - if True, timer is ready to start |
property Interval: Cardinal; |
|
The Interval (in milliseconds) for which the timer is to run |
property OnTimer: TNotifyEvent; |
|
OnTimer - event handler for timer interval complete (expired) |
property OnStartTimer: TNotifyEvent; |
|
OnStartTimer - event handler for starting the timer running |
property OnStopTimer: TNotifyEvent; |
|
OnStopTimer - event handler for stopping the timer |
|
TTimer: An elapsed timer useful in many applications |
|
| | ||
|
TCustomTimer - base class for TTimer |
|
| | ||
TComponent |
||
? | ||
TObject |
TTimer: An elapsed timer useful in many applications
Inherits most of its properties from TCustomTimer
lazarus-ccr.sourceforge.net |