EdClearΒΆ

EdClear deletes the current selection in the editor.

bool = EdClear(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 EdClear can be undone by calling the EdUndo function.

To delete the current selection and place the deleted contents into the clipboard, call the EdCut function.

id-1677268