| Prev | Next | EditMenu Verbs > editMenu.copy |
editMenu.copy
| Syntax |
editMenu.copy ()
|
| Params |
None required
|
| Action |
Copies the target selection to the Clipboard.
|
| Returns |
True if a selection existed and was copied, false if there was no selection or if the copy process failed.
|
| Examples |
Open examples.docs.editText in the Object Database. Select any line of text in the window and then type and execute: editMenu.copy ()
Scroll to another place in the sample text window, click the insertion point there, and execute:
to confirm that the copy process worked as you expected.
Re-select the example text window. Execute:
Notice that the previous contents of the Clipboard are pasted into the document. |
| Notes |
Performs the same action as selecting the Copy command from the Edit menu in Frontier. The action applies to the Frontier environment only.
|
| See Also |
editMenu.cut
|
| Prev | Next | EditMenu Verbs > editMenu.copy |