[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 184

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.