Unit 'uPSUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_pascalscript]

TPSList

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

Declaration

Source position: uPSUtils.pas line 342

type TPSList = class(TObject)

protected

  FData: PPointerList;

  

  FCapacity: Cardinal;

  

  FCount: Cardinal;

  

  FCheckCount: Cardinal;

  

public

  procedure Recreate;

  

  property Data: PPointerList; [r]

  

  constructor Create;

  

  function IndexOf();

  

  destructor Destroy; override;

  

  property Count: Cardinal; [r]

  

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

  

  function Add();

  

  procedure AddBlock();

  

  procedure Remove();

  

  procedure Delete();

  

  procedure DeleteLast;

  

  procedure Clear; virtual;

  

end;

Inheritance

TPSList

  

|

TObject



CT Web help

CodeTyphon Studio