Object action statements perform actions on application controls.
| Statement | Description |
|---|---|
| Clear
|
Clears a check box control. |
| Collapse | Collapses an expanded node in a tree control. |
| DragTo | Drags an HTML link or element to a location. |
| Expand | Expands a node in a tree control. |
| GetNumItems | Returns the number of items in a control. |
| InvokeJavaScript | Returns the result of JavaScript evaluated in a window. |
| Range
|
Selects a range based on cursor position. |
| Select
|
Selects an item in a control. |
| SelectRow
|
Selects a row in a grid control by index number. |
| Set
|
Selects a check box control. |
| SetDate | Sets the date in a calendar or date/time picker control. |
| SetDateRange | Sets a date range in a calendar control. |
| SetDateTime | Sets the date and time in a date/time picker control. |
| SetText | Enters a value in a control and replaces existing text. |
| SetTime | Sets the time in a date/time picker control. |
| SetValue | Sets a value on a slider or spin box control. |