Defines a hash function implemented as an object procedure.
Source position: dynhasharray.pp line 54
type TOwnerHashFunction = function(
Item: Pointer
):Integer of object;