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

TAVLTree.OnObjectCompare

Compare handler.

Declaration

Source position: avl_tree.pp line 110

public property TAVLTree.OnObjectCompare : TObjectSortCompare
  read FOnObjectCompare
  write SetOnObjectCompare;

Description

OnObjectCompare is used to compare nodes. It is only used if TAVLTree.OnCompare is not set.

See also

TAVLTree.OnCompare

  

Compare function used when comparing nodes.


Documentation generated on: Jul 24 2023