Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
FOR lnI= 1 to THISFORM.treView.Nodes.Count
loNode = THISFORM.treView.Nodes.item[lnI]
* all these properties, and more, are available:
loNode.Key
loNode.FullPath
loNode.Parent
loNode.NextSibling
ENDFOR