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

TJPStrList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: JPL.StrList.pas line 58

type TJPStrList = class

public

  procedure DisplayHelperItems;

  

  constructor Create;

  

  destructor Destroy; override;

  

  procedure ClearAll;

  

  procedure Clear;

  

  function Add();

  

  procedure AddStrings();

  

  procedure Assign();

  

  function Insert();

  

  function InsertBefore();

  

  function InsertAfter();

  

  function Delete();

  

  function Extract();

  

  function ExtractStr();

  

  procedure ExchangeItems();

  

  procedure Display();

  

  procedure Debug_Display();

  

  function SizeOfAllItems;

  

  function CharacterCount;

  

  procedure RebuildIndexes;

  

  procedure UpdateIndexes();

  

  function GetItemByStr();

  

  function GetItemByIndex();

  

  procedure GetNameValue();

  

  function IndexOf();

  

  function IndexOfStr();

  

  function IndexOfText();

  

  function LastIndexOf();

  

  function LastIndexOfStr();

  

  function LastIndexOfText();

  

  function CountOf();

  

  function CountOfStr();

  

  function CountOfText();

  

  procedure Sort();

  

  procedure Reverse;

  

  function RemoveDuplicates();

  

  procedure LoadFromFile();

  

  function SaveToFile();

  

  procedure LoadFromArray();

  

  procedure SaveToArray();

  

  procedure BeginUpdate;

  

  procedure EndUpdate;

  

  procedure RebuildHelperArray;

  

  property First: PSLItem; [r]

  

  property Last: PSLItem; [r]

  

  property Count: Integer; [r]

  

  property Sorted: Boolean; [r]

  

  property EndOfLineMarker: string; [rw]

  

  property Text: string; [rw]

  

  property HelperItemsDelta: LongWord; [rw]

  

  property Items []: string; default; [rw]

  

  property Strings []: string; [rw]

  

end;

Inheritance

TJPStrList

  

|

TObject



CT Web help

CodeTyphon Studio