[Overview][Constants][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 456
type TTimer = class(TCustomTimer) |
||
published |
||
property Enabled; |
|
Enabled - if True, timer is ready to start |
property Interval; |
|
The Interval for which the timer is to run |
property OnTimer; |
|
OnTimer - event handler for timer interval complete (expired) |
property OnStartTimer; |
|
OnStartTimer - event handler for starting the timer running |
property OnStopTimer; |
|
OnStopTimer - event handler for stopping the timer |
end; |
|
TTimer: An elapsed timer useful in many applications |
|
| | ||
TCustomTimer |
||
? | ||
TObject |
TTimer: An elapsed timer useful in many applications
Inherits most of its properties from TCustomTimer
lazarus-ccr.sourceforge.net |