Topic: APLX Help : System Classes : Methods : Copy
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'Copy' method


Argument: None
Result: None

Valid for: Edit, RichEdit, Document, Browser, Chart, Image

For an Edit, RichEdit, Document, or Browser contol, the Copy method copies the currently selected text (if any) to the clipboard. If there is no text currently selected, it does nothing. This is what normally should happen when Copy is selected from the Edit menu. (For a RichEdit control, the text written to the clipboard includes formatting information such as the font and text color.)

For a Chart or Image object, the Copy method copies the current image to the clipboard, as a resizeable picture.


Topic: APLX Help : System Classes : Methods : Copy
[ Previous | Next | Contents | Index | APL Home ]