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