User's Guide > User Interface: Dialogs > Tree > Tree Node Functions
Tree Node Functions
Functions Introduced
Use the function ProUITreeNodeComponentSet() to set the component to be displayed in the given column corresponding to the given node name of the tree.
Use the function ProUITreeNodeChildrenGet() to get the child nodes for the node in the tree.
Use the function ProUITreeNodeLabelGet() to get the label of the node in the tree.
Use the function ProUITreeNodeLabelSet() to set the label of the node in the tree.
Use the function ProUITreeNodeParentGet() to get the parent of the node in the tree.
Use the function ProUITreeNodeTypeGet() to get the name of the node type associated with the node.
Use the function ProUITreeNodeTypeSet() to set the name of the node type associated with the node.
Use the function ProUITreeNodeExtentsGet() to get the boundary of the node of the tree relative to the top-left corner of the dialog.
Use the function ProUITreeNodesOfTypeGet() to get the name of all nodes of the tree associated with the node type.
Use the function ProUITreeNodeAdd() to add a new node to the tree.
Use the function ProUITreeNodeInsert() to insert a new node before a node in the tree.
Use the function ProUITreeNodeCollapse() to collapse a node in the tree making its children invisible.
Use the function ProUITreeNodeDelete() to delete the node in the tree.
Use the function ProUITreeNodeExists() to checks if the given node exists or not.
Use the function ProUITreeNodeExpand() to expand the node of the tree making all of its children visible.
Use the function ProUITreeNodeHelptextGet() to get the help text of the node in the tree.
Use the function ProUITreeNodeIsVisible() to checks if the node is shown or hidden.
Use the function ProUITreeNodeIsExpanded() to checks if the node is expanded or collapsed.
Use the function ProUITreeNodeIsSelected() to checks if the node is selected or not.
Use the function ProUITreeNodeFontstyleGet() to get the fontstyle of the node.
Use the function ProUITreeNodeHelptextSet() to set the helptext of the node in tree.
Use the function ProUITreeNodeShow() to display the node in a tree.
Use the function ProUITreeNodeHide() to hide the node in the tree.
Use the function ProUITreeNodeSelect() to select the node in the tree.
Use the function ProUITreeNodeDeselect() to unselect the node in the tree.
Use the function ProUITreeNodeFontstyleSet() to set fontstyle to the node in the tree.
Use the function ProUITreeNodeMove() to move the node in the tree to a child of the given parent node.
Use the function ProUITreeNodeRename() to rename the given node of the tree using the given name.
Use the function ProUITreeNodetypeAdd() to add a new node type to the tree using the information supplied in the given data structure. Use ProUITreeNodeTypeAlloc() to fill the ProUITreeNodeType().
Use the function ProUITreeNodetypeDelete() to delete a node type from the tree using the information supplied in the given data structure.
Use the function ProUITreeNodeColumntextSet() to set the given text to be displayed in the given column corresponding to the given node of the tree.
Use the function ProUITreeNodesSelect() to select an array of nodes in the tree.
Use the function ProUITreeNodetypeSelect() to select all the nodes corresponding to a given node type.
Use the function ProUITreeAllnodesSelect() to select all nodes in the tree.
Use the function ProUITreeNodesDeselect() to unselect an array of nodes in the tree.
Use the function ProUITreeNodetypeDeselect() to unselect all the nodes corresponding to a given node type.
Use the function ProUITreeAllnodesDeselect() to unselect all the nodes in the tree.
Use the function ProUITreeParentnameGet() to get the name of the parent to the tree component.
Use the function ProUITreeChildnamesGet() to get the name of the children to the tree component.
Use the function ProUITreeNodeVisitAction() for visiting nodes.
Use the function ProUITreeNodeFilterAction() for filtering nodes.
Use the function ProUITreeNodesVisit() to visits all the descendent nodes of the given node in the tree.
Was this helpful?