EdCutΒΆ

EdCut deletes the current editor selection and copies the deleted text to the clipboard.

bool = EdCut(hEdit)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hEdit

Identifies the editor.

Comment

The deletion performed by EdCut can be undone by calling the EdUndo function.

To delete the current selection without placing the deleted text into the clipboard, call the EdClear function.

id-712207