EdReplaceSelΒΆ

EdReplaceSel replaces the current selection with the specified text.

bool = EdReplaceSel(hEdit, ssReplaceText)

Return Value

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

Parameters

hEdit

Identifies the editor.

ssReplaceText

ssReplaceText replaces the current selection.

id-1807362