TypeId Property

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

Description

Returns the type id of the node, or 0 if on root.

Available in Ted and in Fred.

Syntax

object.TypeId

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.TypeId)

End If

Context

Text object