Timer.Mode Property
Syntax
Mode as Integer
The interval at which the Action event will be executed. The following class constants are available:
ModeOff (0) - Off,
ModeSingle (1) - Single,
ModeMultiple (2) - Multiple
For example: timer1.Mode=Timer.ModeSingle
The default is 2, Multiple.