EdSetTextΒΆ

EdSetText replaces the text of the editor.

bool = EdSetText(hEdit, ssText)

Return Value

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

Parameters

hEdit

Identifies the editor.

ssText

ssText is the new text.

id-384018