MvcTransactionModel::IsModified

BOOL MvcTransactionModel::IsModified(void)

Tests whether the transaction model has stored new commands since last save

Defined in: MvcTransactionModel.cpp

Return Value

BOOL TRUE if the transaction model has been modified; otherwise FALSE

Comments

This function is designed ot be overridden. The default implementation always returns TRUE.