Innerfuse Pascal Script
Unit: ifs_utl.pas
TIfList
br />
TIfList is used to store an array of pointers. It is much like TList in Delphi.
TIfList = class(TObject)
constructor Create;
destructor Destroy; override;
function Count: Cardinal;
function GetItem(Nr: Cardinal): Pointer;
procedure SetItem(Nr: Cardinal; P: Pointer);
procedure Add(P: Pointer);
procedure Remove(P: Pointer);
procedure Delete(Nr: Cardinal);
procedure Clear; virtual;
Copyright (c) 2001 by Carlo Kok
last update: 24-11-01