Unit 'AVL_Tree' Package
[Overview][Types][Classes][Variables][Index] [#fcl]

TAVLTreeNode.Data

The data item associated with this node.

Declaration

Source position: avl_tree.pp line 55

public TAVLTreeNode.Data : Pointer;

Description

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.


Documentation generated on: Jan 30 2024