SECEdit::GetModified
BOOLSECEdit::GetModified(void)
Tests the model for the modified state.
Defined in: SECEdit.cpp
Return Value
Returns non-zero if the model data has been modified since the last save; otherwise 0.
Comments
This method is provided for Objective Edit 1.x compatibility. It is identical in function to the IsModified method.See Also