Source position: JPL.StrList.pas line 46
type TSLItem = record
Hashes: TSLHashes;
Str: string;
Index: Integer;
Next: PSLItem;
Prev: PSLItem;
end;