EdSetModifyΒΆ

EdSetModify sets or clears the modification flag of the editor.

bool = EdSetModify(hEdit)
bool = EdSetModify(hEdit, bModify)

Return Value

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

Parameters

hEdit

Identifies the editor.

bModify

If bModify is TRUE (1), the modification flag will be set. If bModify is FALSE (0) the modification flag will be cleared.

Comment

The modification flag is automatically set whenever the user changes the text.

If the function will be called without the parameter bModify, the modification flag will be set.

id-962079