Finds a Key by its Value using a slow linear search.
Source position: avglvltree.pas line 128
public function TPointerToPointerTree.FindByValue(
Value: Pointer
):Pointer;
Pointer to the Key or Nil.