JVCL Help:TDebugLinkLabelTools.NodeTreeToTreeNodes

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Converts a TJvLinkLabel node tree to a TTreeView tree.


Pascal

 classprocedureNodeTreeToTreeNodes(constLinkLabel: TJvLinkLabel; constTree: TTreeNodes);


Parameters

Parameters Description
const LinkLabel: TJvLinkLabel The TJvLinkLabel to read the node tree from.
const Tree: TTreeNodes The TreeView to create a TreeNode list in.


Description

Call NodeTreeToTreeNodes to convert the internal parse tree structure used by TJvLinkLabel into a hierarchical TTreeNode node tree fit to display in a UI.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page