The TreeView_GetNodeLabel() function returns the label for the specified node.
TreeView_GetNodeLabel(tree_view_field, node_ID)
• tree_view_field – The tree view field containing the specified node.
• node_ID – A long integer specifying the ID of the node whose label will be returned.
A string containing the label for the specified node.