Source position: stringhashlist.pas line 31
type TStringHashItem = record
HashValue: Cardinal;
Key: ;
Data: Pointer;
end;