OnTimer

<< Click to Display Table of Contents >>

Manual > Control Reference > Common to all controls > Common events >

OnTimer


 

Occurs when the timer runs out.

 


syntax

event OnTimer (

         timerid,

         counter

         )

 


Parameters

 

timerid

 

Type:

Number

 

The timer ID of the timer that occurred.

 

counter

 

Type:

Number

 

Remaining number of occurrences. If -1 is specified as counter in SetTimer, -1 is always passed.

 

 


Supported


Script Action

Browser script

×

Calculation formula syntax

 


reference