With TAdvTreeNode, how can I read the text of the first childnode?

With TAdvTreeNode, how can I read the text of the first childnode?

I am using CNode := RootNode.GetFirstChild. I get the Child but do not know how to get the text o the child.

Comments