Home > Language Reference > Classes > Timer
Enabled Property
Indicates if a Timer object is active or not.
Syntax
Public Property Get Enabled() As Boolean
Public Property Let Enabled(ByVal bEnabled As Boolean)
| Parameter | Description |
| bEnabled | Boolean expression. |
Remarks
When the Enabled property is set to True, the Timer object raises the Timer events at regular intervals. The value of this interval can be modified using the Interval property.
When the Timer class is instantiated this property is initialized with the value False. You must therefore activate this object before being able to receive events.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |