CDocument::IsModified

Call this function to determine whether the document has been modified since it was last saved.

virtual BOOL IsModified( );

Return Value

Nonzero if the document has been modified since it was last saved; otherwise 0.

Requirements

Header: afxwin.h

See Also

Reference

CDocument Class

Hierarchy Chart

CDocument::SetModifiedFlag

CDocument::SaveModified

Other Resources

CDocument Members