Source position: TplMemINIUnit.pas line 83
type THashItem = record
Next: PHashItem;
Key: string;
Value: Integer;
end;