Home > Language Reference > Classes > Timer

Timer Event

Occurs when the preset interval has elapsed.

Syntax

Public Event Timer()

Remarks

If the Timer object has been activated by setting its Enabled property to True, the Timer event is raised when the time interval specified by the Interval property has elapsed.

As the Palm OS® system is not multitasking, this event can only be received if your application is idle. If your application is carrying out a long operation and does not call the DoEvents function, the Timer events are held up until your application is ready to handle them.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A