Unit 'JPL.StrList' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_jplib]

TSLItem

Declaration

Source position: JPL.StrList.pas line 46

type TSLItem = record

  Hashes: TSLHashes;

  

  Str: string;

  

  Index: Integer;

  

  Next: PSLItem;

  

  Prev: PSLItem;

  

end;



CT Web help

CodeTyphon Studio