help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] 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

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505