app.selectAll

Syntax app.selectAll ()

Params None.

Action Selects all the items in the target window.

For example, in a word processor, this would select the entire document displayed in the target window. In a database, it would select all the records in the target window.

Returns True if something is selected, false otherwise.

Examples app.start ("MinApp"); app.selectAll ()

   » true

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

See Also app.getPicture

app.somethingSelected

app.getText

Discuss