[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Contnrs' (#fcl)

THashItem

Record used to maintain an item in the hash list

Declaration

Source position: contnrs.pp line 186

type THashItem = record

  HashValue: LongWord;

  

Key hash value

  StrIndex: Integer;

  

Index of the string value

  NextIndex: Integer;

  

Next value index

  Data: Pointer;

  

Data associated with the key.

end;

Description

THashItem is used internally in the hash list. It should never be used directly.

See also

TFPHashList

  

Hash list class for pointer data


Documentation generated on: May 14 2021