Retrieves or sets the flag indicating whether the document is changed since the last time it was saved or opened.
bSaved = document.Saved;
document.Saved = bSaved;
bSaved = document.Saved
document.Saved = bSaved
if( document.Saved ) alert( "The document is not changed." );
else alert( "The document is changed." );
If document.Saved Then
alert( "The document is not changed." )
Else
alert( "The document is changed." )
End If
Supported on EmEditor Professional Version 4.00 or later.
Send feedback on this topic to Emurasoft