TreeView_GetNodeLabel()

Examples


The TreeView_GetNodeLabel() function returns the label for the specified node.

Syntax

TreeView_GetNodeLabel(tree_view_field, node_ID)

Parameters

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.

Return value

A string containing the label for the specified node.


Documentation Feedback