fileMenu.closeAll
| Syntax |
fileMenu.closeAll ()
|
| Params |
None required
|
| Action |
Closes all open Frontier documents and windows, including the Frontier.root window.
|
| Returns |
Nothing (script execution halts when encountering this verb).
|
| Examples |
fileMenu.closeAll () » true
|
| Notes |
Unlike Close from the File menu, closing the Frontier.root window with this verb will not automatically prompt the user to save changes - unsaved changes will be discarded. You can, of course, prompt the user from within your script before doing so.
|
| See Also |
fileMenu.close
|