Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

THashItem

Record used to maintain an item in the hash list.

Declaration

Source position: contnrs.pp line 187

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: Jul 24 2023