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