help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TList

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

Declaration

Source position: compactutils.pas line 248

type TList = object(TObj)

protected

  fItems: PPointerList;

  fCount: Integer;

  fCapacity: Integer;

  fAddBy: Integer;

  procedure SetCount();

  procedure SetAddBy();

  destructor Destroy; virtual;

  procedure SetCapacity();

  function Get();

  procedure Put();

public

  procedure Clear;

  procedure Add();

  procedure Insert();

  function IndexOf();

  procedure Delete();

  procedure DeleteRange();

  procedure Remove();

  property Count: Integer; [rw]

  property Capacity: Integer; [rw]

  property Items: Pointer; default; [rw]

  function Last;

  procedure Swap();

  procedure MoveItem();

  procedure Release;

  procedure ReleaseObjects;

  property AddBy: Integer; [rw]

  property DataMemory: PPointerList; [r]

  procedure Assign();

end;

Inheritance

TList

TObj

_TObj

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505