Method XbpSLE():deleteMarked() Foundation

Deletes the selected characters from the edit buffer.

Syntax
:deleteMarked() --> lSuccess
Return

This method returns the value .T. (true) if the characters were deleted from the edit buffer, otherwise .F. (false) is returned.

Description

The :deleteMarked() method deletes the selected characters from the edit buffer without copying them to the clipboard. This is the same action that is performed if the user presses the Delete key. Characters are selected using the Left and Right arrow keys while continuously holding down the Shift key. If no characters are selected, the character immediately to the right of the cursor is deleted.

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.