[Overview][Constants][Types][Classes][Index] Reference for unit 'DynHashArray' (#lazutils)

TOnGetKeyForHashItem

Defines a Pointer function type used to get the key value for a hash item in TDynHashArray.

Declaration

Source position: dynhasharray.pp line 55

type TOnGetKeyForHashItem = function(

  Item: pointer

):pointer;

Description

TOnGetKeyForHashItem is the type used for the OnGetKeyForHashItem property in TDynHashArray.


Version 4.0 Generated 2025-05-03 Home