Innerfuse Pascal Script
Unit: ifs_utl.pas

TIfStringLsit

TIFStringList is the class that is used by the script engine to store an array of strings.

TIfStringList = class(TObject)
function Count: LongInt;
function GetItem(Nr: LongInt): string;
procedure SetItem(Nr: LongInt; const s: string);
procedure Add(const P: string);
procedure Delete(NR: LongInt);
procedure Clear;
constructor Create;
destructor Destroy; override;

Copyright (c) 2001 by Carlo Kok
last update: 24-11-01