Description
Returns true if the image, referenced by this text is a dummy image.
Note: it returns false also if there's no referenced object at all. You may want to combine this test with ReferenceId Property.
Available in Ted and in Fred.
Syntax
object.ReferenceIsDummyImg |
object
Required. Object name. Returned by Ted.GetActiveTxt, objNode.GetTxt or objArticle.GetTxt(nIdx).
Example
If Ted.HasActiveTxt Then
dim objT = Ted.GetActiveTxt
MsgBox (objT.referenceIsDummyImg)
End If
Context
Text object
See also