| [Overview][Types][Classes][Variables][Index] | 
Create a textual dump of the tree
Source position: avl_tree.pp line 166
public function TAVLTree.NodeToReportStr(  | 
aNode: TAVLTreeNode  | 
):string; virtual;  | 
aNode  | 
  | 
Node to start from  | 
The tree represented as a text
NodeToReportStr creates a textual representation of a node. It is called by TAVLTree.ReportAsString for debugging purposes. It prints the data pointer as a hex value. Override this to create a human-readable representation of the data.
  | 
Return the tree report as a string  |