TreeView_GetNodeData()

Examples


The TreeView_GetNodeData() function returns the long integer data item associated with the specified node.

Syntax

TreeView_GetNodeData(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 data item will be returned.

Return value

A long integer containing the data item for the specified node.


Documentation Feedback