| Syntax |
app.somethingSelected ()
|
| Params |
None.
|
| Action |
Determines if any items are selected in the target window.
|
| Returns |
True if something is selected, false otherwise.
|
| Examples |
app.start ("MinApp"); app.somethingSelected ()
» true
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| See Also |
app.selectAll
app.getPicture
app.getText
|