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

Class TIFPSDefineStates

Unit

ifps3ppc

Declaration

type TIFPSDefineStates = class(TObject)

Description

List of define state items

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;
Public function Add: TIFPSDefineState;
Public procedure Delete(I: Longint);

Description

Public constructor Create;

 

Public destructor Destroy; override;

 

Public function Add: TIFPSDefineState;

Add a new define state item

Public procedure Delete(I: Longint);

Delete item no I

Properties

Overview

Public property Count: Longint;
Public property DoWrite: Boolean;
Public property Item[I: Longint]: TIFPSDefineState;

Description

Public property Count: Longint;

The number of elements in this list

Public property DoWrite: Boolean;

Should the parser write it's output or not

Public property Item[I: Longint]: TIFPSDefineState;

Returns element number I