TreeNode.setText

Sets the text of the node. This is displayed in the text cell of the DzlTree.

class TreeNode
void
setText
(
string text
)

Parameters

text
Type: string

The node text.

Meta