Description
Returns true if the text has been modified and not saved yet.
Available in Ted and in Fred.
Syntax
object.IsChanged |
object
Required. Object name. Returned by Ted.GetActiveTxt, objNode.GetTxt or objArticle.GetTxt(nIdx).
Example
This script displays the change status of the text.
If Ted.HasActiveTxt Then
dim objT = Ted.GetActiveTxt
dim bStat = objT.IsChanged
msgbox (bStat) ' displays FALSE if texts was not modified
End If
Context
Text object
See also