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