Units
Classes, Interfaces, Objects
Types
Variables
Constants
Functions, Procedures
Identifiers

Class TIfStringList

Unit

ifps3utl

Declaration

type TIfStringList = class(TObject)

Methods

Overview

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

Description

constructor Create;

create

destructor Destroy; override;

destroy

procedure Add(const P: string);

Add an item to the list

procedure Clear;

Clear the list

function Count: LongInt;

Returns the number of items in the list

procedure Delete(NR: LongInt);

Delete item no NR

function GetItem(Nr: LongInt): string;

Return item no nr

procedure SetItem(Nr: LongInt; const s: string);

Set item no nr


Generated by rjPasDoc 0.7 on Wed 15 May 2002 19:21:35