<< Click here to display Table of Contents >> Navigation: Programming Reference > Common Fred and Ted Objects > TedTxt/iTxt Object:
ActiveTxt object represent text data.
ActiveTxt object can be obtained from a text being edited using the Ted.GetActiveTxt function, e.g:
Dim objText = Ted.GetActiveTxt
or using objNode.GetTxt and objArticle.GetTxt(nIdx).
See the example.