Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TIfStringList

Unit

ifps3utl

Declaration

type TIfStringList = class(TObject)

Description

TIFStringList is the string list class used by IFPS3

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);

Description

Public constructor Create;

create

Public destructor Destroy; override;

destroy

Public procedure Add(const P: string);

Add an item to the list

Public procedure Clear;

Clear the list

Public function Count: LongInt;

Returns the number of items in the list

Public procedure Delete(NR: LongInt);

Delete item no NR

Properties

Overview

Public property Items[Nr: Longint]: string;

Description

Public property Items[Nr: Longint]: string;

Items property