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)

ParameterDescription
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

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A