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

Class TIfList

Unit

ifps3utl

Declaration

type TIfList = class(TObject)

Description

TIfList is the list class used in IFPS

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;
Public procedure Add(P: Pointer);
Public procedure AddBlock(List: PPointerList; Count: Longint);
Public procedure Clear; virtual;
Public procedure Delete(Nr: Cardinal);
Public function GetItem(Nr: Cardinal): Pointer;
Public procedure Recreate;
Public procedure Remove(P: Pointer);
Public procedure SetItem(Nr: Cardinal; P: Pointer);

Description

constructor Create;

create

destructor Destroy; override;

destroy

procedure Add(P: Pointer);

Add an item

procedure AddBlock(List: PPointerList; Count: Longint);

Add a block of items

procedure Clear; virtual;

Clear the list

procedure Delete(Nr: Cardinal);

Remove an item

function GetItem(Nr: Cardinal): Pointer;

Return item no Nr

procedure Recreate;

Recreate the list

procedure Remove(P: Pointer);

Remove an item

procedure SetItem(Nr: Cardinal; P: Pointer);

Set item no NR

Properties

Overview

Public Count: Cardinal;

Description

Count: Cardinal;

Contains the number of items in the list


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