Type
(number) The type of value that you are specifying in the Value parameter: CONSTANT VALUE DESCRIPTION
RADIOGROUP_VALUE |
0 |
Select by radiobutton value. (Default) |
RADIOGROUP_OBJECTNAME |
1 |
Select by radiobutton object's name. |
RADIOGROUP_TEXT |
2 |
Select by radiobutton's text. |
Re t u r n s
Nothing.
See also: Related Actions
Page.StartTimer
OverviewExamples
Page.StartTimer ( number Interval = 1000,
number ID = 10 )
De s cr ip t ion
Starts a timer for the current page.
Note: Once started, the page timer will continually trigger the page's On Timer event on the interval that you specify. You can find the On Timer event tab in the script editor.
P arame t er s
Interval
(number) The timer interval in milliseconds.