EdSetModify sets or clears the modification flag of the editor.
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
Identifies the editor.
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.
See also
id-962079