Source position: contnrs.pp line 187
type THashItem = record
HashValue: LongWord;
StrIndex: Integer;
NextIndex: Integer;
Data: Pointer;
end;