Description
Returns a node object corresponding to the element of the article that is selected in the tree window.
Available in Ted and in Fred.
Syntax
Dim objNode = object.GetCurNode |
object
Required. Object name. Returned by Ted.GetActiveArticle.
Example
This script returns the node object.
If Ted.HasActiveArticle Then
dim objArticle = Ted.GetActiveArticle
dim objNode = objArticle.GetCurNode
End If
Context
Article object
See also
SelNode, GetRootNode and GetTxtNode, GetParent