Method XbpSLE():copyMarked() Foundation

Copies the selected characters from the XbpSLE object to the clipboard.

Syntax
:copyMarked() --> lSuccess
Return

This method returns the value .T. (true) if the characters were successfully copied to the clipboard, otherwise it returns .F. (false).

Description

The :copyMarked() method copies the selected characters from the edit buffer to the clipboard. This is the same action that occurs if the user presses the key combination Ctrl+Insert. Characters are selected using the Left and Right arrow keys while continuously holding down the Shift key. If no characters are selected, a null string ("") is copied into the clipboard. Any characters in the clipboard are deleted when this method is called.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.