SECEditController::SetModify

void SECEditController::SetModify(BOOL bModified = TRUE)

Sets or clears the modification flag.

Defined in: SECEditControllerCEditEmul.cpp

Remarks

Call this function to set or clear the modified flag. The modified flag indicates whether or not the text has been modified. It is automatically set whenever the user changes the text. Its value may be retrieved with the GetModify member function.

Parameters

bModified

A value of TRUE indicates that the text has been modified, and a value of FALSE indicates it is unmodified. By default, the modified flag is set.

Developer Notes

This method is provided as a part of the Objective Edit CEdit compatiblity layer.

The implementation of this method calls SECEdit::SetModified().

See Also

SECEditController