[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'CompactUtils' (#powtils_extras)

TStrListEx

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

Declaration

Source position: compactutils.pas line 410

type TStrListEx = object(TStrList)

protected

  FObjects: PList;

  function GetObjects();

  procedure SetObjects();

  procedure Init; virtual;

  procedure ProvideObjCapacity();

public

  destructor Destroy; virtual;

  property Objects: DWORD; [rw]

  procedure AddStrings();

  procedure Assign();

  procedure Clear;

  procedure Delete();

  procedure Move();

  procedure Swap();

  procedure Sort();

  function LastObj;

  function AddObject();

  procedure InsertObject();

  function IndexOfObj();

end;

Inheritance

TStrListEx

TStrList

TObj

_TObj