Innerfuse Pascal Script
Back to Libraries

ifpslib.pas

function GetTIFStringList(SE: TIFPasScript; P: PCreatedClass): TIfStringList;
This function returns a pointer to the TIfStringList pointer that has been created for P.

procedure RegisterTIfStringList(p: TIfPasScript);
Registers the TIfStringList class.

TIfStringList = class(TObject)
public
constructor Create;
destructor Destroy; override;

procedure Clear;
function GetItem(I: Integer): string;
procedure SetItem(I: Integer; S: string);
function Count: Integer;
function Add(s: string): Integer;
procedure Delete(I: Integer);
end;

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