[Overview][Types][Classes][Variables][Index] |
The data item associated with this node.
Source position: avl_tree.pp line 47
public TAVLTreeNode.Data : Pointer; |
Data is the data item associated with this node. It is not freed when the node is freed, the programmer is responsible for freeing the actual data.