ReferenceIsDummyImg Property

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

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

ReferenceH, ReferenceId, ReferenceW, ReferenceX, ReferenceY