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