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