CMvcModel::IsModified

virtual BOOL CMvcModel::IsModified(void)

Tests whether this model has been modified since its creation

Defined in: MvcModel.h

Return Value

TRUE if the model has been modified; otherwise FALSE

Comments

This function is designed to be overridden. The default implementation simply returns FALSE.