IsChanged Property

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:09

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.GetCurrentLocalTxt.

Example

This script displays the change status of the text.

If Ted.ISLocalTxt Then

 dim objT = Ted.GetCurrentLocalTxt

 dim bStat = objT.IsChanged

 msgbox (bStat)         ' displays FALSE if texts was not modified

End If

Context

LocalTxt object

See also

IsChecked, IsLinked, IsNew